Home
last modified time | relevance | path

Searched refs:_collection (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_selectmany.hpp37 : _collection(col){} in value_collection_adapter()
40 : _collection(src._collection) {} in value_collection_adapter()
43 : _collection(std::move(src._collection)) {} in value_collection_adapter()
47 return _collection; in get()
52 return _collection; in get()
56 TCol _collection; member
/external/rust/crates/tokio-stream/src/stream_ext/
Dcollect.rs94 fn extend(_: sealed::Internal, _collection: &mut (), _item: ()) -> bool { in extend()
98 fn finalize(_: sealed::Internal, _collection: &mut ()) {} in finalize()