Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-vscode/
DIOStream.h34 struct StreamDescriptor { struct
39 StreamDescriptor &operator=(StreamDescriptor &&other); argument
53 StreamDescriptor descriptor; argument
DIOStream.cpp25 StreamDescriptor::StreamDescriptor() {} in StreamDescriptor() function in StreamDescriptor
27 StreamDescriptor::StreamDescriptor(StreamDescriptor &&other) { in StreamDescriptor() function in StreamDescriptor
/external/llvm-project/llvm/lib/Object/
DMinidump.cpp129 for (const auto &StreamDescriptor : llvm::enumerate(*ExpectedStreams)) { in create() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMinidump.cpp129 for (const auto &StreamDescriptor : llvm::enumerate(*ExpectedStreams)) { in create() local
/external/protobuf/src/google/protobuf/
Ddescriptor.h1798 friend class StreamDescriptor; variable