Home
last modified time | relevance | path

Searched refs:other_string (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/json/
Djson_parser.cc154 std::string other_string; in Equals() local
155 return other->IsType(TYPE_STRING) && other->GetAsString(&other_string) && in Equals()
156 StringPiece(other_string) == string_piece_; in Equals()
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc149 std::string other_string; in Equals() local
150 return other->IsType(TYPE_STRING) && other->GetAsString(&other_string) && in Equals()
151 StringPiece(other_string) == string_piece_; in Equals()