Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1805 struct SpanKey { struct in google::protobuf::compiler::__anon7ba3250a0111::SourceInfoTest
1806 const Message* descriptor_proto;
1807 const FieldDescriptor* field;
1808 int index;
1810 inline SpanKey() {} in SpanKey() argument
1811 inline SpanKey(const Message& descriptor_proto_param, in SpanKey() argument
1817 inline bool operator<(const SpanKey& other) const { in operator <()