Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.h408 void TreatAsList(const FieldDescriptor* field);
Dmessage_differencer.cc248 void MessageDifferencer::TreatAsList(const FieldDescriptor* field) { in TreatAsList() function in google::protobuf::util::MessageDifferencer
Dmessage_differencer_unittest.cc1117 differencer2.TreatAsList(msg1.GetDescriptor()->FindFieldByName("rw")); in TEST()