Home
last modified time | relevance | path

Searched refs:HasGeneratedMethods (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_context.h91 bool HasGeneratedMethods(const Descriptor* descriptor) const;
Djava_message_builder.cc116 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()
516 if (context_->HasGeneratedMethods(descriptor_)) { in GenerateCommonBuilderMethods()
Djava_context.cc193 bool Context::HasGeneratedMethods(const Descriptor* descriptor) const { in HasGeneratedMethods() function in google::protobuf::compiler::java::Context
Djava_message.cc377 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()
498 if (context_->HasGeneratedMethods(descriptor_)) { in Generate()
1307 if (context_->HasGeneratedMethods(descriptor_)) { in GenerateParser()
Djava_primitive_field_lite.cc505 context_->HasGeneratedMethods(descriptor_->containing_type())) { in GenerateMembers()
Djava_enum_field_lite.cc564 context_->HasGeneratedMethods(descriptor_->containing_type())) { in GenerateMembers()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_enum_field.cc232 HasGeneratedMethods(descriptor_->file(), options_)) { in GeneratePrivateMembers()
Dcpp_primitive_field.cc299 HasGeneratedMethods(descriptor_->file(), options_)) { in GeneratePrivateMembers()
Dcpp_message.cc1349 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()
Dcpp_helpers.h381 inline bool HasGeneratedMethods(const FileDescriptor* file, in HasGeneratedMethods() function