Searched refs:string_ (Results 1 – 2 of 2) sorted by relevance
78 TestString(std::string string) : string_(string) {} in TestString()79 std::string String() const { return string_; } in String()81 bool operator<(const TestString& other) const { return other.string_ > string_; } in operator <()82 bool operator==(const TestString& other) const { return other.string_ == string_; } in operator ==()85 std::string string_; member
2252 Landroid/icu/text/CollationElementIterator;->string_:Ljava/lang/String;