Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc128 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()
Dcpp_helpers.h371 inline bool HasGenericServices(const FileDescriptor* file, in HasGenericServices() function
/external/protobuf/src/google/protobuf/compiler/java/
Djava_file.cc328 if (HasGenericServices(file_, context_->EnforceLite())) { in Generate()
662 if (HasGenericServices(file_, context_->EnforceLite())) { in GenerateSiblings()
Djava_helpers.h256 inline bool HasGenericServices(const FileDescriptor* file, bool enforce_lite) { in HasGenericServices() function
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc177 inline bool HasGenericServices(const FileDescriptor* file) { in HasGenericServices() function
204 if (HasGenericServices(file)) { in PrintTopBoilerplate()
362 if (HasGenericServices(file)) { in Generate()