Searched refs:IsDescriptorProto (Results 1 – 4 of 4) sorted by relevance
63 …return (IsDescriptorProto(descriptor_) || this->options()->internal_access) ? "internal" : "public… in class_access_level()
71 if (file->syntax() != FileDescriptor::SYNTAX_PROTO3 && !IsDescriptorProto(file)) { in Generate()
119 inline bool IsDescriptorProto(const FileDescriptor* descriptor) { in IsDescriptorProto() function
177 if (IsDescriptorProto(file_->dependency(i))) { in WriteDescriptor()