Searched refs:test_struct_api (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | atomic_ref_api.cpp | 53 test_struct_api< atomic_ref_wrapper, test_struct< boost::uint8_t > >(); in main() 54 test_struct_api< atomic_ref_wrapper, test_struct< boost::uint16_t > >(); in main() 55 test_struct_api< atomic_ref_wrapper, test_struct< boost::uint32_t > >(); in main() 56 test_struct_api< atomic_ref_wrapper, test_struct< boost::uint64_t > >(); in main() 58 test_struct_api< atomic_ref_wrapper, test_struct< boost::uint128_type > >(); in main() 65 test_struct_api< atomic_ref_wrapper, test_struct< double > >(); in main()
|
D | atomic_api.cpp | 62 test_struct_api< atomic_wrapper, test_struct< boost::uint8_t > >(); in main() 63 test_struct_api< atomic_wrapper, test_struct< boost::uint16_t > >(); in main() 64 test_struct_api< atomic_wrapper, test_struct< boost::uint32_t > >(); in main() 65 test_struct_api< atomic_wrapper, test_struct< boost::uint64_t > >(); in main() 67 test_struct_api< atomic_wrapper, test_struct< boost::uint128_type > >(); in main() 74 test_struct_api< atomic_wrapper, test_struct< double > >(); in main()
|
D | api_test_helpers.hpp | 1423 void test_struct_api(void) in test_struct_api() function
|