Searched refs:initial_b (Results 1 – 1 of 1) sorted by relevance
16 bool swap_test(const T initial_a, const T initial_b) { in swap_test() argument21 EXPECT_NE(::memcmp(&initial_a, &initial_b, sizeof(T)), 0); in swap_test()24 T b = initial_b; in swap_test()27 EXPECT_EQ(::memcmp(&a, &initial_b, sizeof(T)), 0); in swap_test()
Completed in 5 milliseconds