Home
last modified time | relevance | path

Searched refs:TreatAsList (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.h437 void TreatAsList(const FieldDescriptor* field);
Dmessage_differencer.cc349 void MessageDifferencer::TreatAsList(const FieldDescriptor* field) { in TreatAsList() function in google::protobuf::util::MessageDifferencer
Dmessage_differencer_unittest.cc1427 differencer2.TreatAsList(msg1.GetDescriptor()->FindFieldByName("rw")); in TEST()