Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1198 void ListAllFields(const Descriptor* d, in ListAllFields() function
1202 ListAllFields(d->nested_type(i), fields); in ListAllFields()
1214 void ListAllFields(const FileDescriptor* d, in ListAllFields() function
1218 ListAllFields(d->message_type(i), fields); in ListAllFields()
Dcpp_helpers.h560 void ListAllFields(const Descriptor* d,
562 void ListAllFields(const FileDescriptor* d,
Dcpp_file.cc162 ListAllFields(file_, &fields); in GenerateMacroUndefs()
1144 ListAllFields(file_, &fields); in GenerateForwardDeclarations()