Searched refs:test_base_operators (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | api_test_helpers.hpp | 113 void test_base_operators(T value1, T value2, T value3) in test_base_operators() function 1145 test_base_operators< Wrapper, T >(42, 43, 44); in do_test_integral_api() 1312 …test_base_operators< Wrapper, T >(static_cast<T>(42.1), static_cast<T>(43.2), static_cast<T>(44.3)… in test_floating_point_api() 1345 test_base_operators< Wrapper, T* >(&values[0], &values[1], &values[2]); in test_pointer_api() 1348 test_base_operators< Wrapper, void* >(&values[0], &values[1], &values[2]); in test_pointer_api() 1385 test_base_operators< Wrapper >(foo, bar, baz); in test_enum_api() 1427 test_base_operators< Wrapper >(a, b, c); in test_struct_api() 1459 test_base_operators< Wrapper >(a, b, c); in test_struct_x2_api() 1487 test_base_operators< Wrapper >(a, b, c); in test_large_struct_api() 1522 test_base_operators< Wrapper >(a, b, c); in test_struct_with_ctor_api()
|