Searched defs:StreamDescriptor (Results 1 – 3 of 3) sorted by relevance
36 struct StreamDescriptor { struct41 StreamDescriptor &operator=(StreamDescriptor &&other); argument55 StreamDescriptor descriptor; argument
27 StreamDescriptor::StreamDescriptor(StreamDescriptor &&other) { in StreamDescriptor() function in StreamDescriptor
130 for (const auto &StreamDescriptor : llvm::enumerate(*ExpectedStreams)) { in create() local