Searched defs:TestString (Results 1 – 1 of 1) sorted by relevance
87 struct TestString { struct88 TestString(std::string string) : string_(string) {} in TestString() argument89 std::string String() const { in String()93 bool operator<(const TestString& other) const { in operator <()96 bool operator==(const TestString& other) const { in operator ==()101 std::string string_;