Home
last modified time | relevance | path

Searched defs:Collected (Results 1 – 10 of 10) sorted by relevance

/external/rust/android-crates-io/crates/http-body/src/
Dcollect.rs79 pub struct Collected<B> { struct
84 impl<B: Buf> Collected<B> { argument
119 impl<B> Default for Collected<B> { implementation
128 impl<B> Unpin for Collected<B> {} implementation
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/test_tools/
Dhpack_string_collector.cc78 ::testing::AssertionResult HpackStringCollector::Collected( in Collected() function in http2::test::HpackStringCollector
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/test_tools/
Dhpack_string_collector.cc78 ::testing::AssertionResult HpackStringCollector::Collected( in Collected() function in http2::test::HpackStringCollector
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_string_decoder_test.cc46 AssertionResult Collected(absl::string_view s, bool huffman_encoded) { in Collected() function in http2::test::__anon99a06dea0111::HpackStringDecoderTest
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_string_decoder_test.cc46 AssertionResult Collected(absl::string_view s, bool huffman_encoded) { in Collected() function in http2::test::__anon01af564e0111::HpackStringDecoderTest
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp150 bool Collected = collect(); in run() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp150 bool Collected = collect(); in run() local
/external/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp135 bool Collected = collect(); in run() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
DSharedFlowScenarioTest.kt266 private data class Collected(val job: TestJob, val value: Any?) : Action() in <lambda>() class in kotlinx.coroutines.flow.SharedFlowScenarioTest
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp913 void getUniqueVarLocs(SmallVectorImpl<VarLoc> &Collected, in getUniqueVarLocs()
1200 void VarLocBasedLDV::collectIDsForRegs(VarLocsInRange &Collected, in collectIDsForRegs()
1444 void VarLocBasedLDV::collectAllVarLocs(SmallVectorImpl<VarLoc> &Collected, in collectAllVarLocs()