Searched refs:other_string (Results 1 – 2 of 2) sorted by relevance
154 std::string other_string; in Equals() local155 return other->IsType(TYPE_STRING) && other->GetAsString(&other_string) && in Equals()156 StringPiece(other_string) == string_piece_; in Equals()
149 std::string other_string; in Equals() local150 return other->IsType(TYPE_STRING) && other->GetAsString(&other_string) && in Equals()151 StringPiece(other_string) == string_piece_; in Equals()