Searched refs:HasGeneratedMethods (Results 1 – 10 of 10) sorted by relevance
91 bool HasGeneratedMethods(const Descriptor* descriptor) const;
113 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()517 if (context_->HasGeneratedMethods(descriptor_)) { in GenerateCommonBuilderMethods()
194 bool Context::HasGeneratedMethods(const Descriptor* descriptor) const { in HasGeneratedMethods() function in google::protobuf::compiler::java::Context
374 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()491 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()1314 if (context_->HasGeneratedMethods(descriptor_)) { in GenerateParser()
504 context_->HasGeneratedMethods(descriptor_->containing_type())) { in GenerateMembers()
562 context_->HasGeneratedMethods(descriptor_->containing_type())) { in GenerateMembers()
248 HasGeneratedMethods(descriptor_->file(), options_)) { in GeneratePrivateMembers()
310 HasGeneratedMethods(descriptor_->file(), options_)) { in GeneratePrivateMembers()
1258 if (HasGeneratedMethods(descriptor_->file(), options_)) { in GenerateClassDefinition()1444 if (HasGeneratedMethods(descriptor_->file(), options_) && in GenerateClassDefinition()2071 if (HasGeneratedMethods(descriptor_->file(), options_)) { in GenerateClassMethods()3031 if (HasGeneratedMethods(descriptor_->file(), options_)) { in GenerateSwap()
359 inline bool HasGeneratedMethods(const FileDescriptor* file, in HasGeneratedMethods() function