Home
last modified time | relevance | path

Searched defs:SpanKey (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2715 struct SpanKey { struct in google::protobuf::compiler::__anonc76acd2f0111::SourceInfoTest
2716 const Message* descriptor_proto;
2717 const FieldDescriptor* field;
2718 int index;
2720 inline SpanKey() {} in SpanKey() argument
2721 inline SpanKey(const Message& descriptor_proto_param, in SpanKey() function
2727 inline bool operator<(const SpanKey& other) const { in operator <()