Searched refs:eq_string (Results 1 – 3 of 3) sorted by relevance
353 if (tryMatchString(uidMap, values[i], matcher.eq_string())) { in matchesSimple()
74 string eq_string = 4; field
1058 const std::string& eq_string() const; in Swap()1063 void set_allocated_eq_string(std::string* eq_string); in Swap()11181 inline const std::string& FieldValueMatcher::eq_string() const { in eq_string() function11231 inline void FieldValueMatcher::set_allocated_eq_string(std::string* eq_string) { in set_allocated_eq_string() argument11235 if (eq_string != nullptr) { in set_allocated_eq_string()11237 _impl_.value_matcher_.eq_string_.InitAllocated(eq_string, GetArenaForAllocation()); in set_allocated_eq_string()