Home
last modified time | relevance | path

Searched refs:ForEachField (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h566 void ForEachField(const Descriptor* d, T&& func) { in ForEachField() function
568 ForEachField(d->nested_type(i), std::forward<T&&>(func)); in ForEachField()
579 void ForEachField(const FileDescriptor* d, T&& func) { in ForEachField() function
581 ForEachField(d->message_type(i), std::forward<T&&>(func)); in ForEachField()
Dcpp_file.cc490 ForEachField(file, [this, refs](const FieldDescriptor* field) { in GetCrossFileReferencesForFile()
553 ForEachField(message, [this, &refs](const FieldDescriptor* field) { in GenerateSourceForMessage()