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.cc2277 struct SpanKey { struct in google::protobuf::compiler::__anone5943b270111::SourceInfoTest
2278 const Message* descriptor_proto;
2279 const FieldDescriptor* field;
2280 int index;
2282 inline SpanKey() {} in SpanKey() function
2283 inline SpanKey(const Message& descriptor_proto_param, in SpanKey() function
2289 inline bool operator<(const SpanKey& other) const { in operator <()