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