Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h132 inline bool IsDescriptorProto(const FileDescriptor* descriptor) { in IsDescriptorProto() function
138 if (!IsDescriptorProto(descriptor->file())) { in IsDescriptorOptionMessage()
Dcsharp_message.cc148 if (IsDescriptorProto(descriptor_->file())) { in Generate()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h147 inline bool IsDescriptorProto(const Descriptor* descriptor) { in IsDescriptorProto() function