Home
last modified time | relevance | path

Searched defs:move_called (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp71 int* move_called; member
131 int* move_called; member
210 int move_called = 0; in test_swap_same_alternative() local
229 int move_called = 0; in test_swap_same_alternative() local
257 int move_called = 0; in test_swap_same_alternative_throws() local
276 int move_called = 0; in test_swap_same_alternative_throws() local
294 int move_called = 0; in test_swap_same_alternative_throws() local
316 int move_called = 0; in test_swap_different_alternatives() local
400 int move_called = 0; in test_swap_different_alternatives_throws() local
411 int move_called = 0; in test_swap_different_alternatives_throws() local
/external/cronet/tot/third_party/libc++/src/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp71 int* move_called; member
131 int* move_called; member
210 int move_called = 0; in test_swap_same_alternative() local
229 int move_called = 0; in test_swap_same_alternative() local
257 int move_called = 0; in test_swap_same_alternative_throws() local
276 int move_called = 0; in test_swap_same_alternative_throws() local
294 int move_called = 0; in test_swap_same_alternative_throws() local
316 int move_called = 0; in test_swap_different_alternatives() local
400 int move_called = 0; in test_swap_different_alternatives_throws() local
411 int move_called = 0; in test_swap_different_alternatives_throws() local
/external/libcxx/test/support/
Dallocators.h32 static bool move_called; variable
96 static bool move_called; variable
144 static bool move_called; variable
/external/cronet/stable/third_party/libc++/src/test/support/
Dallocators.h34 static bool move_called; variable
98 static bool move_called; variable
146 static bool move_called; variable
/external/cronet/tot/third_party/libc++/src/test/support/
Dallocators.h34 static bool move_called; variable
98 static bool move_called; variable
146 static bool move_called; variable
/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp78 static int move_called; member
108 EnableSwap>::move_called = 0; member in NothrowTypeImp<NT_Copy, NT_Move, NT_CopyAssign, NT_MoveAssign, NT_Swap, EnableSwap>
154 static int move_called; member
170 int NonThrowingNonNoexceptType::move_called = 0; member in NonThrowingNonNoexceptType
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_move_function.cpp96 bool move_called=false; variable