Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1223 void ListAllFields(const Descriptor* d, in ListAllFields() function
1227 ListAllFields(d->nested_type(i), fields); in ListAllFields()
1239 void ListAllFields(const FileDescriptor* d, in ListAllFields() function
1243 ListAllFields(d->message_type(i), fields); in ListAllFields()
Dcpp_helpers.h611 void ListAllFields(const Descriptor* d,
613 void ListAllFields(const FileDescriptor* d,
Dcpp_file.cc163 ListAllFields(file_, &fields); in GenerateMacroUndefs()
1189 ListAllFields(file_, &fields); in GenerateForwardDeclarations()