Home
last modified time | relevance | path

Searched defs:moved (Results 1 – 25 of 56) sorted by relevance

123

/external/libcxx/test/std/utilities/tuple/tuple.general/
Dignore.pass.cpp30 auto moved = std::move(copy); in test_ignore_constexpr() local
36 auto moved = std::ignore; in test_ignore_constexpr() local
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.general/
Dignore.pass.cpp29 auto moved = std::move(copy); in test_ignore_constexpr() local
35 auto moved = std::ignore; in test_ignore_constexpr() local
/external/zstd/contrib/pzstd/utils/test/
DBufferTest.cpp32 Buffer moved(std::move(sized)); in TEST() local
47 Buffer moved(std::move(acquired)); in TEST() local
/external/webrtc/modules/audio_coding/codecs/opus/test/
Daudio_ring_buffer.cc62 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/
Dassign_rv_pair.pass.cpp40 static int moved; member
47 int CountAssign::moved = 0; member in CountAssign
Dassign_pair.pass.cpp41 static int moved; member
48 int CountAssign::moved = 0; member in CountAssign
/external/skia/src/gpu/
DGrRenderTaskCluster.cpp137 for (GrRenderTask* moved = movedHead; moved; moved = moved->fNext) { in task_cluster_visit() local
146 for (GrRenderTask* moved = movedHead; moved;) { in task_cluster_visit() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dmove.pass.cpp42 static int moved; member
49 int CountAssign::moved = 0; member in CountAssign
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dmove.pass.cpp42 static int moved; member
49 int CountAssign::moved = 0; member in CountAssign
/external/libcxx/test/support/
Dany_helpers.h106 static int moved; member
186 static int moved; member
279 static int moved; member
317 static int moved; member
358 static int moved; member
Dexperimental_any_helpers.h81 static int moved; member
155 static int moved; member
/external/llvm-project/libcxx/test/support/
Dany_helpers.h105 static int moved; member
185 static int moved; member
278 static int moved; member
316 static int moved; member
357 static int moved; member
Dexperimental_any_helpers.h74 static int moved; member
148 static int moved; member
/external/libchrome/mojo/public/cpp/bindings/tests/
Dcontainer_test_util.h40 bool moved() const { return moved_; } in moved() function
/external/perfetto/src/base/
Dcircular_queue_unittest.cc110 CircularQueue<int> moved(std::move(queue)); in TEST() local
126 CircularQueue<int> moved; in TEST() local
/external/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dassign_rv_pair_U_V.pass.cpp30 int moved = 0; member
Dassign_rv_pair.pass.cpp26 int moved = 0; member
Dassign_pair.pass.cpp26 int moved = 0; member
/external/curl/src/
Dtool_cb_prg.c77 static void fly(struct ProgressData *bar, bool moved) in fly()
/external/pigweed/pw_minimal_cpp_stdlib/
Disolated_test.cc311 bool moved; member
321 MoveTester moved(std::move(copied)); in TEST() local
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc404 TF_Tensor* moved = tensor.release(); in TF_TensorToMaybeAliasedPyArray() local
431 TF_Tensor* moved = TF_TensorMaybeMove(tensor.release()); in TF_TensorToPyArray() local
/external/libchrome/base/containers/
Dflat_set_unittest.cc51 flat_set<MoveOnlyInt> moved(std::move(original)); in TEST() local
/external/llvm-project/libcxx/test/libcxx/
Dminimal_cxx11_configuration.pass.cpp63 int moved; member
/external/libcxx/test/std/containers/associative/map/map.modifiers/
Dtry.emplace.pass.cpp54 bool moved() const {return int_ == -1;} in moved() function in Moveable
Dinsert_or_assign.pass.cpp56 bool moved() const {return int_ == -1;} in moved() function in Moveable

123