Searched refs:HasGenericServices (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_file.cc | 128 if (HasGenericServices(file_, options_)) { in FileGenerator() 618 if (HasGenericServices(file_, options_)) { in GenerateGlobalSource() 682 if (HasGenericServices(file_, options_)) { in GenerateSource() 739 if (HasGenericServices(file_, options_) && file_->service_count() > 0) { in GenerateReflectionInitializationCode() 1307 if (HasGenericServices(file_, options_)) { in GenerateLibraryIncludes() 1409 if (HasGenericServices(file_, options_)) { in GenerateServiceDefinitions()
|
D | cpp_helpers.h | 371 inline bool HasGenericServices(const FileDescriptor* file, in HasGenericServices() function
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_file.cc | 328 if (HasGenericServices(file_, context_->EnforceLite())) { in Generate() 662 if (HasGenericServices(file_, context_->EnforceLite())) { in GenerateSiblings()
|
D | java_helpers.h | 256 inline bool HasGenericServices(const FileDescriptor* file, bool enforce_lite) { in HasGenericServices() function
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 177 inline bool HasGenericServices(const FileDescriptor* file) { in HasGenericServices() function 204 if (HasGenericServices(file)) { in PrintTopBoilerplate() 362 if (HasGenericServices(file)) { in Generate()
|