Home
last modified time | relevance | path

Searched refs:HasGenericServices (Results 1 – 16 of 16) sorted by relevance

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_helpers.h51 bool HasGenericServices(const FileDescriptor* file);
Dpython_helpers.cc100 bool HasGenericServices(const FileDescriptor* file) { in HasGenericServices() function
Dpython_pyi_generator.cc187 if (HasGenericServices(file_)) { in PrintImports()
549 if (HasGenericServices(file)) { in Generate()
Dpython_generator.cc320 if (HasGenericServices(file)) { in Generate()
/external/protobuf/src/google/protobuf/compiler/python/
Dhelpers.h51 bool HasGenericServices(const FileDescriptor* file);
Dhelpers.cc100 bool HasGenericServices(const FileDescriptor* file) { in HasGenericServices() function
Dpyi_generator.cc238 if (HasGenericServices(file_)) { in PrintImports()
627 if (HasGenericServices(file)) { in Generate()
Dgenerator.cc315 if (HasGenericServices(file)) { in Generate()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc143 if (HasGenericServices(file_, options_)) { in FileGenerator()
722 if (HasGenericServices(file_, options_)) { in GenerateSource()
776 if (HasGenericServices(file_, options_) && file_->service_count() > 0) { in GenerateReflectionInitializationCode()
1185 if (HasGenericServices(file_, options_)) { in GenerateLibraryIncludes()
1271 if (HasGenericServices(file_, options_)) { in GenerateServiceDefinitions()
Dcpp_helpers.h430 inline bool HasGenericServices(const FileDescriptor* file, in HasGenericServices() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dfile.cc143 if (HasGenericServices(file_, options_)) { in FileGenerator()
742 if (HasGenericServices(file_, options_)) { in GenerateSource()
796 if (HasGenericServices(file_, options_) && file_->service_count() > 0) { in GenerateReflectionInitializationCode()
1222 if (HasGenericServices(file_, options_)) { in GenerateLibraryIncludes()
1308 if (HasGenericServices(file_, options_)) { in GenerateServiceDefinitions()
Dhelpers.h428 inline bool HasGenericServices(const FileDescriptor* file, in HasGenericServices() function
/external/protobuf/src/google/protobuf/compiler/java/
Dfile.cc334 if (HasGenericServices(file_, context_->EnforceLite())) { in Generate()
668 if (HasGenericServices(file_, context_->EnforceLite())) { in GenerateSiblings()
Dhelpers.h277 inline bool HasGenericServices(const FileDescriptor* file, bool enforce_lite) { in HasGenericServices() function
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_file.cc331 if (HasGenericServices(file_, context_->EnforceLite())) { in Generate()
665 if (HasGenericServices(file_, context_->EnforceLite())) { in GenerateSiblings()
Djava_helpers.h277 inline bool HasGenericServices(const FileDescriptor* file, bool enforce_lite) { in HasGenericServices() function