Searched defs:CompareIntToString (Results 1 – 1 of 1) sorted by relevance
856 struct CompareIntToString { struct857 bool operator()(const std::string &a, const std::string &b) const { in operator ()()860 bool operator()(const std::string &a, int b) const { in operator ()()863 bool operator()(int a, const std::string &b) const { in operator ()()866 using is_transparent = void;