Searched refs:IsDescriptorProto (Results 1 – 5 of 5) sorted by relevance
131 inline bool IsDescriptorProto(const FileDescriptor* descriptor) { in IsDescriptorProto() function137 if (!IsDescriptorProto(descriptor->file())) { in IsDescriptorOptionMessage()
62 …return (IsDescriptorProto(descriptor_) || this->options()->internal_access) ? "internal" : "public… in class_access_level()
67 if (file->syntax() != FileDescriptor::SYNTAX_PROTO3 && !IsDescriptorProto(file)) { in Generate()
147 if (IsDescriptorProto(descriptor_->file())) { in Generate()
147 inline bool IsDescriptorProto(const Descriptor* descriptor) { in IsDescriptorProto() function