Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_source_generator_base.cc63 …return (IsDescriptorProto(descriptor_) || this->options()->internal_access) ? "internal" : "public… in class_access_level()
Dcsharp_generator.cc71 if (file->syntax() != FileDescriptor::SYNTAX_PROTO3 && !IsDescriptorProto(file)) { in Generate()
Dcsharp_helpers.h119 inline bool IsDescriptorProto(const FileDescriptor* descriptor) { in IsDescriptorProto() function
Dcsharp_reflection_class.cc177 if (IsDescriptorProto(file_->dependency(i))) { in WriteDescriptor()