Home
last modified time | relevance | path

Searched defs:TestString (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/common/
Dsync_map_count_test.cc87 struct TestString { struct
88 TestString(std::string string) : string_(string) {} in TestString() argument
89 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_;