Searched defs:StreamDescriptor (Results 1 – 5 of 5) sorted by relevance
34 struct StreamDescriptor { struct39 StreamDescriptor &operator=(StreamDescriptor &&other); argument53 StreamDescriptor descriptor; argument
25 StreamDescriptor::StreamDescriptor() {} in StreamDescriptor() function in StreamDescriptor27 StreamDescriptor::StreamDescriptor(StreamDescriptor &&other) { in StreamDescriptor() function in StreamDescriptor
129 for (const auto &StreamDescriptor : llvm::enumerate(*ExpectedStreams)) { in create() local
1798 friend class StreamDescriptor; variable