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.cc314 if (HasGenericServices(file_, options_)) { in GenerateSource()
364 if (HasGenericServices(file_, options_)) { in GenerateSource()
498 if (HasGenericServices(file_, options_)) { in GenerateBuildDescriptors()
849 if (HasGenericServices(file_, options_)) { in GenerateLibraryIncludes()
958 if (HasGenericServices(file_, options_)) { in GenerateServiceDefinitions()
Dcpp_helpers.h207 inline bool HasGenericServices(const FileDescriptor* file, in HasGenericServices() function
/external/protobuf/src/google/protobuf/compiler/java/
Djava_file.cc300 if (HasGenericServices(file_, context_->EnforceLite())) { in Generate()
594 if (HasGenericServices(file_, context_->EnforceLite())) { in GenerateSiblings()
Djava_helpers.h198 inline bool HasGenericServices(const FileDescriptor *file, bool enforce_lite) { in HasGenericServices() function
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc156 inline bool HasGenericServices(const FileDescriptor *file) { in HasGenericServices() function
183 if (HasGenericServices(file)) { in PrintTopBoilerplate()
348 if (HasGenericServices(file)) { in Generate()