Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc867 static bool HasExtensionsOrExtendableMessage(const Descriptor* descriptor) { in HasExtensionsOrExtendableMessage() function
871 if (HasExtensionsOrExtendableMessage(descriptor->nested_type(i))) { in HasExtensionsOrExtendableMessage()
878 bool HasExtensionsOrExtendableMessage(const FileDescriptor* file) { in HasExtensionsOrExtendableMessage() function
881 if (HasExtensionsOrExtendableMessage(file->message_type(i))) return true; in HasExtensionsOrExtendableMessage()
Dcpp_helpers.h335 bool HasExtensionsOrExtendableMessage(const FileDescriptor* file);
Dcpp_file.cc1275 if (HasExtensionsOrExtendableMessage(file_)) { in GenerateLibraryIncludes()