Home
last modified time | relevance | path

Searched refs:test_struct_api (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Datomic_ref_api.cpp53 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()
Datomic_api.cpp62 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()
Dapi_test_helpers.hpp1423 void test_struct_api(void) in test_struct_api() function