Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/support/
DTrace.cpp153 static Key<std::unique_ptr<JSONSpan>> SpanKey; member in clang::clangd::trace::__anon9b8c956d0111::JSONTracer
257 Key<std::unique_ptr<JSONTracer::JSONSpan>> JSONTracer::SpanKey; member in clang::clangd::trace::__anon9b8c956d0111::JSONTracer
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2692 struct SpanKey { struct in google::protobuf::compiler::__anon1d28fc850111::SourceInfoTest
2693 const Message* descriptor_proto;
2694 const FieldDescriptor* field;
2695 int index;
2697 inline SpanKey() {} in SpanKey() function
2698 inline SpanKey(const Message& descriptor_proto_param, in SpanKey() argument
2704 inline bool operator<(const SpanKey& other) const { in operator <()