Searched refs:HasGeneratedMethods (Results 1 – 10 of 10) sorted by relevance
91 bool HasGeneratedMethods(const Descriptor* descriptor) const;
116 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()516 if (context_->HasGeneratedMethods(descriptor_)) { in GenerateCommonBuilderMethods()
193 bool Context::HasGeneratedMethods(const Descriptor* descriptor) const { in HasGeneratedMethods() function in google::protobuf::compiler::java::Context
377 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()498 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()1307 if (context_->HasGeneratedMethods(descriptor_)) { in GenerateParser()
505 context_->HasGeneratedMethods(descriptor_->containing_type())) { in GenerateMembers()
564 context_->HasGeneratedMethods(descriptor_->containing_type())) { in GenerateMembers()
232 HasGeneratedMethods(descriptor_->file(), options_)) { in GeneratePrivateMembers()
299 HasGeneratedMethods(descriptor_->file(), options_)) { in GeneratePrivateMembers()
1349 if (HasGeneratedMethods(descriptor_->file(), options_)) { in GenerateClassDefinition()1501 if (HasGeneratedMethods(descriptor_->file(), options_) && in GenerateClassDefinition()2135 if (HasGeneratedMethods(descriptor_->file(), options_)) { in GenerateClassMethods()3055 if (HasGeneratedMethods(descriptor_->file(), options_)) { in GenerateSwap()
381 inline bool HasGeneratedMethods(const FileDescriptor* file, in HasGeneratedMethods() function