Searched refs:IsSameName (Results 1 – 2 of 2) sorted by relevance
209 DEBUG_LOCAL BOOL IsSameName( HostsFileInfo * node, const char * name );1872 if ( IsSameName( node, name ) ) in InHostsTable()1922 IsSameName( HostsFileInfo * node, const char * name ) in IsSameName() function
372 static bool IsSameName(const InputInfo& lhs, const InputInfo& rhs) { in IsSameName() function1260 std::unique(first_control_copy, inputs.end(), &InputInfo::IsSameName), in Convert()