Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/http-body/src/
Dcollect.rs79 pub struct Collected<B> { struct
84 impl<B: Buf> Collected<B> { impl
119 impl<B> Default for Collected<B> { implementation
128 impl<B> Unpin for Collected<B> {} implementation
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
H A DSharedFlowScenarioTest.kt266 private data class Collected(val job: TestJob, val value: Any?) : Action() in <lambda>() class in kotlinx.coroutines.flow.SharedFlowScenarioTest
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhpack_string_collector.cc77 ::testing::AssertionResult HpackStringCollector::Collected( in Collected() function in http2::test::HpackStringCollector
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_string_decoder_test.cc44 AssertionResult Collected(absl::string_view s, bool huffman_encoded) { in Collected() function in http2::test::__anonae6402240111::HpackStringDecoderTest
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp150 bool Collected = collect(); in run() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp150 bool Collected = collect(); in run() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp135 bool Collected = collect(); in run() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
H A 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()