Searched refs:eq_wildcard_string (Results 1 – 3 of 3) sorted by relevance
388 if (tryMatchWildcardString(uidMap, values[i], matcher.eq_wildcard_string())) { in matchesSimple()
92 string eq_wildcard_string = 17; field
1257 const std::string& eq_wildcard_string() const; in Swap()1262 void set_allocated_eq_wildcard_string(std::string* eq_wildcard_string); in Swap()11894 inline const std::string& FieldValueMatcher::eq_wildcard_string() const { in eq_wildcard_string() function11944 inline void FieldValueMatcher::set_allocated_eq_wildcard_string(std::string* eq_wildcard_string) { in set_allocated_eq_wildcard_string() argument11948 if (eq_wildcard_string != nullptr) { in set_allocated_eq_wildcard_string()11950 …_impl_.value_matcher_.eq_wildcard_string_.InitAllocated(eq_wildcard_string, GetArenaForAllocation(… in set_allocated_eq_wildcard_string()