Home
last modified time | relevance | path

Searched refs:move_assign (Results 1 – 25 of 27) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dtest_instance_tracker_test.cc41 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()
Draw_hash_set.h921 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/
Dtest_instance_tracker_test.cc41 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()
Draw_hash_set.h898 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/
Dtest_instance_tracker_test.cc41 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()
Draw_hash_set.h921 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/
Dtest_instance_tracker_test.cc41 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()
Draw_hash_set.h988 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/
Dtest_instance_tracker_test.cc41 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()
Draw_hash_set.h968 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/
Dtest_instance_tracker_test.cc41 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()
Draw_hash_set.h898 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/
Ddomain_name_unittest.cc53 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/
Dmove.pass.cpp81 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()
Dcopy.pass.cpp67 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/
Dmove.pass.cpp73 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()
Dcopy.pass.cpp60 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/
Dsocket_acceptor_service.hpp76 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()
Dstream_socket_service.hpp77 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()
Dbasic_io_object.hpp169 service_->move_assign(implementation, in operator =()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp87 void move_assign(implementation_type& impl, in move_assign() function in asio::detail::reactive_socket_service
/external/openscreen/third_party/abseil/src/absl/types/
Doptional_test.cc56 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/
Doptional_test.cc56 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/
Doptional_test.cc56 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/
Doptional_test.cc56 int move_assign = 0; member
91 ++listener->move_assign; in operator =()
682 EXPECT_EQ(1, listener.move_assign); in TEST()

12