/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.reverse/ |
D | base.pass.cpp | 34 std::same_as<BidirRange> auto moved = std::move(rev).base(); in test() local 46 std::same_as<BidirRange> auto moved = std::move(rev).base(); in test() local 68 std::same_as<BidirSentRange<Copyable>> auto moved = std::move(rev).base(); in test() local
|
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.reverse/ |
D | base.pass.cpp | 34 std::same_as<BidirRange> auto moved = std::move(rev).base(); in test() local 46 std::same_as<BidirRange> auto moved = std::move(rev).base(); in test() local 68 std::same_as<BidirSentRange<Copyable>> auto moved = std::move(rev).base(); in test() local
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
D | raw_ref_unittest.cc | 593 auto moved = std::move(r); in TEST() local 600 auto moved = std::move(r); in TEST() local 614 auto moved = std::move(r); in TEST() local 623 auto moved = std::move(r); in TEST() local 630 auto moved = std::move(r); in TEST() local 637 auto moved = std::move(r); in TEST() local 648 auto moved = std::move(ri); in TEST() local 657 auto moved = std::move(rj); in TEST() local 667 auto moved = std::move(r1); in TEST() local 674 auto moved = std::move(r2); in TEST() local [all …]
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
D | raw_ref_unittest.cc | 593 auto moved = std::move(r); in TEST() local 600 auto moved = std::move(r); in TEST() local 614 auto moved = std::move(r); in TEST() local 623 auto moved = std::move(r); in TEST() local 630 auto moved = std::move(r); in TEST() local 637 auto moved = std::move(r); in TEST() local 648 auto moved = std::move(ri); in TEST() local 657 auto moved = std::move(rj); in TEST() local 667 auto moved = std::move(r1); in TEST() local 674 auto moved = std::move(r2); in TEST() local [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.general/ |
D | ignore.pass.cpp | 30 auto moved = std::move(copy); in test_ignore_constexpr() local 36 auto moved = std::ignore; in test_ignore_constexpr() local
|
/external/cronet/stable/net/third_party/quiche/src/quiche/common/platform/api/ |
D | quiche_mem_slice_test.cc | 44 QuicheMemSlice moved(std::move(slice_)); in TEST_F() local 53 QuicheMemSlice moved; in TEST_F() local 67 QuicheMemSlice moved(std::move(buffer), data.length()); in TEST_F() local 111 QuicheMemSlice moved = std::move(slice); in TEST_F() local
|
/external/cronet/tot/net/third_party/quiche/src/quiche/common/platform/api/ |
D | quiche_mem_slice_test.cc | 44 QuicheMemSlice moved(std::move(slice_)); in TEST_F() local 53 QuicheMemSlice moved; in TEST_F() local 67 QuicheMemSlice moved(std::move(buffer), data.length()); in TEST_F() local 111 QuicheMemSlice moved = std::move(slice); in TEST_F() local
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.general/ |
D | ignore.pass.cpp | 46 [[maybe_unused]] auto moved = std::move(copy); in test() local 51 auto moved = std::ignore; in test() local
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.general/ |
D | ignore.pass.cpp | 46 [[maybe_unused]] auto moved = std::move(copy); in test() local 51 auto moved = std::ignore; in test() local
|
/external/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/ |
D | override-priv-mod.rs | 27 let moved = mem::take(&mut self.f); // move pinned field in drop() localVariable 28 let moved = &moved.0 as *const _ as usize; in drop() localVariable
|
/external/zstd/contrib/pzstd/utils/test/ |
D | BufferTest.cpp | 32 Buffer moved(std::move(sized)); in TEST() local 47 Buffer moved(std::move(acquired)); in TEST() local
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/string.streams/ostringstream/ostringstream.members/ |
D | str.allocator_propagation.pass.cpp | 51 S moved = std::move(ss).str(); in test_soccc_behavior() local 97 S moved = std::move(ss).str(); in test_no_foreign_allocations() local
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/string.streams/ostringstream/ostringstream.members/ |
D | str.allocator_propagation.pass.cpp | 51 S moved = std::move(ss).str(); in test_soccc_behavior() local 97 S moved = std::move(ss).str(); in test_no_foreign_allocations() local
|
/external/pigweed/pw_function/ |
D | function_test.cc | 215 Closure moved; in TEST() local 227 Closure moved; in TEST() local 239 Function<int(int, int)> moved(Multiply); in TEST() local 251 InlineFunction<int(int, int)> moved(Multiply); in TEST() local 263 Function<int(int, int)> moved(Multiply); in TEST() local 275 InlineFunction<int(int, int)> moved(Multiply); in TEST() local 314 Function<int()> moved((MoveTracker())); in TEST() local 326 Function<int()> moved((MoveTracker())); in TEST() local
|
/external/webrtc/modules/audio_coding/codecs/opus/test/ |
D | audio_ring_buffer.cc | 62 const size_t moved = in MoveReadPositionForward() local 70 const size_t moved = static_cast<size_t>( in MoveReadPositionBackward() local
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | assign_rv_pair.pass.cpp | 40 static int moved; member 47 int CountAssign::moved = 0; member in CountAssign
|
D | assign_pair.pass.cpp | 41 static int moved; member 48 int CountAssign::moved = 0; member in CountAssign
|
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/ |
D | ctor.view_pred.pass.cpp | 78 bool moved = false, copied = false; in test() local 88 bool moved = false, copied = false; in test() local
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/string.streams/stringstream/stringstream.members/ |
D | str.allocator_propagation.pass.cpp | 52 S moved = std::move(ss).str(); in test_soccc_behavior() local 126 S moved = std::move(ss).str(); in test_no_foreign_allocations() local
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/string.streams/istringstream/istringstream.members/ |
D | str.allocator_propagation.pass.cpp | 52 S moved = std::move(ss).str(); in test_soccc_behavior() local 126 S moved = std::move(ss).str(); in test_no_foreign_allocations() local
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/string.streams/stringstream/stringstream.members/ |
D | str.allocator_propagation.pass.cpp | 52 S moved = std::move(ss).str(); in test_soccc_behavior() local 126 S moved = std::move(ss).str(); in test_no_foreign_allocations() local
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/string.streams/istringstream/istringstream.members/ |
D | str.allocator_propagation.pass.cpp | 52 S moved = std::move(ss).str(); in test_soccc_behavior() local 126 S moved = std::move(ss).str(); in test_no_foreign_allocations() local
|
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/ |
D | ctor.view_pred.pass.cpp | 78 bool moved = false, copied = false; in test() local 88 bool moved = false, copied = false; in test() local
|
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/ |
D | ctor.view_pred.pass.cpp | 83 bool moved = false, copied = false; in test() local 93 bool moved = false, copied = false; in test() local
|
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/ |
D | ctor.view_pred.pass.cpp | 83 bool moved = false, copied = false; in test() local 93 bool moved = false, copied = false; in test() local
|