/external/python/pybind11/tests/ |
D | test_virtual_functions.cpp | 119 class Movable { class 121 Movable(int a, int b) : value{a+b} { print_created(this, a, b); } in Movable() function in Movable 122 Movable(const Movable &m) { value = m.value; print_copy_created(this); } in Movable() function in Movable 123 Movable(Movable &&m) { value = std::move(m.value); print_move_created(this); } in Movable() function in Movable
|
/external/cronet/base/ |
D | supports_user_data_unittest.cc | 60 TEST_P(SupportsUserDataTest, Movable) { in TEST_P() argument
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.min.max/ |
D | ranges.min.pass.cpp | 44 struct Movable { struct
|
D | ranges.max.pass.cpp | 46 struct Movable { struct
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | interface_ptr_unittest.cc | 282 TEST_P(InterfacePtrTest, Movable) { in TEST_P() argument
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/functional/ |
D | any_invocable_test.cc | 173 enum class Movable { no, yes, nothrow, trivial }; enum
|
/external/abseil-cpp/absl/functional/ |
D | any_invocable_test.cc | 173 enum class Movable { no, yes, nothrow, trivial }; enum
|
/external/cronet/third_party/abseil-cpp/absl/functional/ |
D | any_invocable_test.cc | 174 enum class Movable { no, yes, nothrow, trivial }; enum
|
/external/angle/third_party/abseil-cpp/absl/functional/ |
D | any_invocable_test.cc | 174 enum class Movable { no, yes, nothrow, trivial }; enum
|
/external/webrtc/third_party/abseil-cpp/absl/functional/ |
D | any_invocable_test.cc | 174 enum class Movable { no, yes, nothrow, trivial }; enum
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 817 TEST(Movable, Works) { in TEST() argument
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 817 TEST(Movable, Works) { in TEST() argument
|