Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc765 static bool HasLazyFields(const Descriptor* descriptor, in HasLazyFields() function
778 if (HasLazyFields(descriptor->nested_type(idx), options)) { in HasLazyFields()
786 bool HasLazyFields(const FileDescriptor* file, const Options& options) { in HasLazyFields() function
789 if (HasLazyFields(descriptor, options)) { in HasLazyFields()
Dcpp_helpers.h324 bool HasLazyFields(const FileDescriptor* file, const Options& options);
Dcpp_file.cc1220 if (HasLazyFields(file_, options_)) { in GenerateLibraryIncludes()