Home
last modified time | relevance | path

Searched refs:StripMessage (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/benchmarks/util/
Dschema_proto2_to_proto3_util.h32 StripMessage(old_file->message_type(i), file->mutable_message_type(i)); in StripFile()
53 static void StripMessage(const Descriptor *old_message, in StripMessage() function
70 StripMessage(old_message->nested_type(i), in StripMessage()
137 StripMessage(file->mutable_message_type(i)); in StripFile()
142 static void StripMessage(DescriptorProto *message_type) { in StripMessage() function
146 StripMessage(message_type->mutable_nested_type(i)); in StripMessage()
Ddata_proto2_to_proto3_util.h17 void StripMessage(Message *message) { in StripMessage() function
31 StripMessage(reflection->MutableRepeatedMessage(message, field, j)); in StripMessage()
34 StripMessage(reflection->MutableMessage(message, field)); in StripMessage()
Dgogo_data_scrubber.cc63 stripper.StripMessage(message); in main()
Dproto3_data_stripper.cc63 stripper.StripMessage(message); in main()