Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/filter/
H A Dsource_stream.cc9 SourceStream::SourceStream(SourceType type) : type_(type) {} in SourceStream() function in net::SourceStream
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp255 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp260 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources() local
/aosp_15_r20/external/llvm/unittests/DebugInfo/PDB/
H A DMappedBlockStreamTest.cpp401 ByteStream<true> SourceStream(SrcData); in TEST() local
/aosp_15_r20/external/cronet/base/threading/
H A Dthread_restrictions.h190 class SourceStream; variable