Searched refs:HasGenericServices (Results 1 – 16 of 16) sorted by relevance
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_helpers.h | 51 bool HasGenericServices(const FileDescriptor* file);
|
D | python_helpers.cc | 100 bool HasGenericServices(const FileDescriptor* file) { in HasGenericServices() function
|
D | python_pyi_generator.cc | 187 if (HasGenericServices(file_)) { in PrintImports() 549 if (HasGenericServices(file)) { in Generate()
|
D | python_generator.cc | 320 if (HasGenericServices(file)) { in Generate()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | helpers.h | 51 bool HasGenericServices(const FileDescriptor* file);
|
D | helpers.cc | 100 bool HasGenericServices(const FileDescriptor* file) { in HasGenericServices() function
|
D | pyi_generator.cc | 238 if (HasGenericServices(file_)) { in PrintImports() 627 if (HasGenericServices(file)) { in Generate()
|
D | generator.cc | 315 if (HasGenericServices(file)) { in Generate()
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_file.cc | 143 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()
|
D | cpp_helpers.h | 430 inline bool HasGenericServices(const FileDescriptor* file, in HasGenericServices() function
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | file.cc | 143 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()
|
D | helpers.h | 428 inline bool HasGenericServices(const FileDescriptor* file, in HasGenericServices() function
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | file.cc | 334 if (HasGenericServices(file_, context_->EnforceLite())) { in Generate() 668 if (HasGenericServices(file_, context_->EnforceLite())) { in GenerateSiblings()
|
D | helpers.h | 277 inline bool HasGenericServices(const FileDescriptor* file, bool enforce_lite) { in HasGenericServices() function
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_file.cc | 331 if (HasGenericServices(file_, context_->EnforceLite())) { in Generate() 665 if (HasGenericServices(file_, context_->EnforceLite())) { in GenerateSiblings()
|
D | java_helpers.h | 277 inline bool HasGenericServices(const FileDescriptor* file, bool enforce_lite) { in HasGenericServices() function
|