Searched refs:producer_name_regex_ (Results 1 – 2 of 2) sorted by relevance
725 (producer_name_regex_ == other.producer_name_regex_) && in operator ==()736 sizeof(producer_name_regex_) == sizeof(proto.producer_name_regex()), in FromProto()738 producer_name_regex_ = in FromProto()739 static_cast<decltype(producer_name_regex_)>(proto.producer_name_regex()); in FromProto()755 sizeof(producer_name_regex_) == sizeof(proto->producer_name_regex()), in ToProto()759 producer_name_regex_)); in ToProto()
346 return producer_name_regex_; in producer_name_regex()349 producer_name_regex_ = value; in set_producer_name_regex()357 std::string producer_name_regex_ = {}; variable