Home
last modified time | relevance | path

Searched refs:IsDescriptorProto (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h131 inline bool IsDescriptorProto(const FileDescriptor* descriptor) { in IsDescriptorProto() function
137 if (!IsDescriptorProto(descriptor->file())) { in IsDescriptorOptionMessage()
Dcsharp_source_generator_base.cc62 …return (IsDescriptorProto(descriptor_) || this->options()->internal_access) ? "internal" : "public… in class_access_level()
Dcsharp_generator.cc67 if (file->syntax() != FileDescriptor::SYNTAX_PROTO3 && !IsDescriptorProto(file)) { in Generate()
Dcsharp_message.cc147 if (IsDescriptorProto(descriptor_->file())) { in Generate()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h147 inline bool IsDescriptorProto(const Descriptor* descriptor) { in IsDescriptorProto() function