Home
last modified time | relevance | path

Searched refs:StreamDescriptor (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMinidump.cpp129 for (const auto &StreamDescriptor : llvm::enumerate(*ExpectedStreams)) { in create() local
130 StreamType Type = StreamDescriptor.value().Type; in create()
131 const LocationDescriptor &Loc = StreamDescriptor.value().Location; in create()
149 if (!StreamMap.try_emplace(Type, StreamDescriptor.index()).second) in create()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h1895 friend class StreamDescriptor; variable