Searched refs:HasGeneratedMethods (Results 1 – 13 of 13) sorted by relevance
94 bool HasGeneratedMethods(const Descriptor* descriptor) const;
117 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()443 if (context_->HasGeneratedMethods(descriptor_)) { in GenerateCommonBuilderMethods()
194 bool Context::HasGeneratedMethods(const Descriptor* descriptor) const { in HasGeneratedMethods() function in google::protobuf::compiler::java::Context
361 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()485 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()1324 if (context_->HasGeneratedMethods(descriptor_)) { in GenerateParser()
603 context_->HasGeneratedMethods(descriptor_->containing_type())) { in GenerateMembers()
635 context_->HasGeneratedMethods(descriptor_->containing_type())) { in GenerateMembers()
645 context_->HasGeneratedMethods(descriptor_->containing_type())) { in GenerateMembers()
633 context_->HasGeneratedMethods(descriptor_->containing_type())) { in GenerateMembers()
195 inline bool HasGeneratedMethods(const FileDescriptor* file, in HasGeneratedMethods() function
279 HasGeneratedMethods(descriptor_->file(), options_)) { in GeneratePrivateMembers()
245 HasGeneratedMethods(descriptor_->file(), options_)) { in GeneratePrivateMembers()
1050 if (HasGeneratedMethods(descriptor_->file(), options_)) { in GenerateClassDefinition()1243 if (HasGeneratedMethods(descriptor_->file(), options_) && in GenerateClassDefinition()1855 if (HasGeneratedMethods(descriptor_->file(), options_)) { in GenerateClassMethods()2651 if (HasGeneratedMethods(descriptor_->file(), options_)) { in GenerateSwap()
339 if (i == 0 && HasGeneratedMethods(file_, options_)) { in GenerateSource()