Searched refs:ForEachField (Results 1 – 2 of 2) sorted by relevance
566 void ForEachField(const Descriptor* d, T&& func) { in ForEachField() function568 ForEachField(d->nested_type(i), std::forward<T&&>(func)); in ForEachField()579 void ForEachField(const FileDescriptor* d, T&& func) { in ForEachField() function581 ForEachField(d->message_type(i), std::forward<T&&>(func)); in ForEachField()
490 ForEachField(file, [this, refs](const FieldDescriptor* field) { in GetCrossFileReferencesForFile()553 ForEachField(message, [this, &refs](const FieldDescriptor* field) { in GenerateSourceForMessage()