Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc129 if (HasGenericServices(file_, options_)) { in FileGenerator()
636 if (HasGenericServices(file_, options_)) { in GenerateGlobalSource()
696 if (HasGenericServices(file_, options_)) { in GenerateSource()
753 if (HasGenericServices(file_, options_) && file_->service_count() > 0) { in GenerateReflectionInitializationCode()
1350 if (HasGenericServices(file_, options_)) { in GenerateLibraryIncludes()
1448 if (HasGenericServices(file_, options_)) { in GenerateServiceDefinitions()
Dcpp_helpers.h393 inline bool HasGenericServices(const FileDescriptor* file, in HasGenericServices() function
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_file.cc334 if (HasGenericServices(file_, context_->EnforceLite())) { in Generate()
668 if (HasGenericServices(file_, context_->EnforceLite())) { in GenerateSiblings()
Djava_helpers.h260 inline bool HasGenericServices(const FileDescriptor* file, bool enforce_lite) { in HasGenericServices() function
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc174 inline bool HasGenericServices(const FileDescriptor* file) { in HasGenericServices() function
199 if (HasGenericServices(file)) { in PrintTopBoilerplate()
384 if (HasGenericServices(file)) { in Generate()