Home
last modified time | relevance | path

Searched defs:StreamRef (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DStreamRef.h21 StreamRef() : Stream(nullptr), ViewOffset(0), Length(0) {} in StreamRef() function
22 StreamRef(const StreamInterface &Stream) in StreamRef() function
24 StreamRef(const StreamInterface &Stream, uint32_t Offset, uint32_t Length) in StreamRef() function
H A DStreamWriter.h25 class StreamRef; variable
H A DStreamReader.h25 class StreamRef; variable
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dstreams.rs53 pub(crate) struct StreamRef<B> { struct
54 opaque: OpaqueStreamRef, argument
59 pub(crate) struct OpaqueStreamRef { argument
1057 impl<B> StreamRef<B> { implementation
1273 impl<B> Clone for StreamRef<B> { implementation