/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 41 CopyableMovableInstance move_assign(1); in TEST() local 42 move_assign = std::move(move); in TEST() 52 swap(move_assign, copy); in TEST() 53 swap(copy, move_assign); in TEST() 101 MovableOnlyInstance move_assign(2); in TEST() local 102 move_assign = std::move(move); in TEST() 112 swap(move_assign, other); in TEST() 113 swap(other, move_assign); in TEST()
|
D | raw_hash_set.h | 921 return move_assign( 1688 raw_hash_set& move_assign(raw_hash_set&& that, std::true_type) { 1693 raw_hash_set& move_assign(raw_hash_set&& that, std::false_type) {
|
/external/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 41 CopyableMovableInstance move_assign(1); in TEST() local 42 move_assign = std::move(move); in TEST() 52 swap(move_assign, copy); in TEST() 53 swap(copy, move_assign); in TEST() 101 MovableOnlyInstance move_assign(2); in TEST() local 102 move_assign = std::move(move); in TEST() 112 swap(move_assign, other); in TEST() 113 swap(other, move_assign); in TEST()
|
D | raw_hash_set.h | 898 return move_assign( 1668 raw_hash_set& move_assign(raw_hash_set&& that, std::true_type) { 1673 raw_hash_set& move_assign(raw_hash_set&& that, std::false_type) {
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 41 CopyableMovableInstance move_assign(1); in TEST() local 42 move_assign = std::move(move); in TEST() 52 swap(move_assign, copy); in TEST() 53 swap(copy, move_assign); in TEST() 101 MovableOnlyInstance move_assign(2); in TEST() local 102 move_assign = std::move(move); in TEST() 112 swap(move_assign, other); in TEST() 113 swap(other, move_assign); in TEST()
|
D | raw_hash_set.h | 921 return move_assign( 1688 raw_hash_set& move_assign(raw_hash_set&& that, std::true_type) { 1693 raw_hash_set& move_assign(raw_hash_set&& that, std::false_type) {
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 41 CopyableMovableInstance move_assign(1); in TEST() local 42 move_assign = std::move(move); in TEST() 52 swap(move_assign, copy); in TEST() 53 swap(copy, move_assign); in TEST() 101 MovableOnlyInstance move_assign(2); in TEST() local 102 move_assign = std::move(move); in TEST() 112 swap(move_assign, other); in TEST() 113 swap(other, move_assign); in TEST()
|
D | raw_hash_set.h | 988 return move_assign( 1728 raw_hash_set& move_assign(raw_hash_set&& that, std::true_type) { 1733 raw_hash_set& move_assign(raw_hash_set&& that, std::false_type) {
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | test_instance_tracker_test.cc | 41 CopyableMovableInstance move_assign(1); in TEST() local 42 move_assign = std::move(move); in TEST() 52 swap(move_assign, copy); in TEST() 53 swap(copy, move_assign); in TEST() 101 MovableOnlyInstance move_assign(2); in TEST() local 102 move_assign = std::move(move); in TEST() 112 swap(move_assign, other); in TEST() 113 swap(other, move_assign); in TEST()
|
D | raw_hash_set.h | 968 return move_assign( 1708 raw_hash_set& move_assign(raw_hash_set&& that, std::true_type) { 1713 raw_hash_set& move_assign(raw_hash_set&& that, std::false_type) {
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 41 CopyableMovableInstance move_assign(1); in TEST() local 42 move_assign = std::move(move); in TEST() 52 swap(move_assign, copy); in TEST() 53 swap(copy, move_assign); in TEST() 101 MovableOnlyInstance move_assign(2); in TEST() local 102 move_assign = std::move(move); in TEST() 112 swap(move_assign, other); in TEST() 113 swap(other, move_assign); in TEST()
|
D | raw_hash_set.h | 898 return move_assign( 1668 raw_hash_set& move_assign(raw_hash_set&& that, std::true_type) { 1673 raw_hash_set& move_assign(raw_hash_set&& that, std::false_type) {
|
/external/openscreen/osp/impl/discovery/mdns/ |
D | domain_name_unittest.cc | 53 DomainName move_assign; in TEST() local 54 move_assign = std::move(move_ctor); in TEST() 55 EXPECT_EQ(move_assign.domain_name(), original.domain_name()); in TEST()
|
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/ |
D | move.pass.cpp | 81 static int move_assign; member 82 static void reset() { move_construct = move_assign = 0; } in reset() 90 ++move_assign; in operator =() 98 int MoveAssign::move_assign = 0; member in MoveAssign 339 assert(MoveAssign::move_assign == 1); in test_move_assignment_same_index() 425 assert(MoveAssign::move_assign == 0); in test_move_assignment_different_index()
|
D | copy.pass.cpp | 67 static int move_assign; member 69 copy_construct = copy_assign = move_construct = move_assign = alive = 0; in reset() 89 ++move_assign; in operator =() 100 int CopyAssign::move_assign = 0; member in CopyAssign
|
/external/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/ |
D | move.pass.cpp | 73 static int move_assign; member 74 static void reset() { move_construct = move_assign = 0; } in reset() 82 ++move_assign; in operator =() 90 int MoveAssign::move_assign = 0; member in MoveAssign 331 assert(MoveAssign::move_assign == 1); in test_move_assignment_same_index() 417 assert(MoveAssign::move_assign == 0); in test_move_assignment_different_index()
|
D | copy.pass.cpp | 60 static int move_assign; member 62 copy_construct = copy_assign = move_construct = move_assign = alive = 0; in reset() 82 ++move_assign; in operator =() 93 int CopyAssign::move_assign = 0; member in CopyAssign
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | socket_acceptor_service.hpp | 76 void move_assign(implementation_type& impl, in move_assign() function in asio::socket_acceptor_service 80 service_impl_.move_assign(impl, other_service.service_impl_, other_impl); in move_assign()
|
D | stream_socket_service.hpp | 77 void move_assign(implementation_type& impl, in move_assign() function in asio::stream_socket_service 81 service_impl_.move_assign(impl, other_service.service_impl_, other_impl); in move_assign()
|
D | basic_io_object.hpp | 169 service_->move_assign(implementation, in operator =()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 87 void move_assign(implementation_type& impl, in move_assign() function in asio::detail::reactive_socket_service
|
/external/openscreen/third_party/abseil/src/absl/types/ |
D | optional_test.cc | 56 int move_assign = 0; member 91 ++listener->move_assign; in operator =() 682 EXPECT_EQ(1, listener.move_assign); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/types/ |
D | optional_test.cc | 56 int move_assign = 0; member 91 ++listener->move_assign; in operator =() 682 EXPECT_EQ(1, listener.move_assign); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/types/ |
D | optional_test.cc | 56 int move_assign = 0; member 91 ++listener->move_assign; in operator =() 682 EXPECT_EQ(1, listener.move_assign); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | optional_test.cc | 56 int move_assign = 0; member 91 ++listener->move_assign; in operator =() 682 EXPECT_EQ(1, listener.move_assign); in TEST()
|