Searched refs:large_struct (Results 1 – 4 of 4) sorted by relevance
/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | wait_ref_api.cpp | 32 large_struct s1 = {{ 1 }}; in main() 33 large_struct s2 = {{ 2 }}; in main() 34 large_struct s3 = {{ 3 }}; in main() 35 test_wait_notify_api< atomic_ref_wrapper, large_struct >(s1, s2, s3); in main()
|
D | wait_api.cpp | 35 large_struct s1 = {{ 1 }}; in main() 36 large_struct s2 = {{ 2 }}; in main() 37 large_struct s3 = {{ 3 }}; in main() 38 test_wait_notify_api< atomic_wrapper, large_struct >(s1, s2, s3); in main()
|
D | wait_test_helpers.hpp | 318 struct large_struct struct 322 inline bool operator==(large_struct const& c) const in operator ==() argument 326 inline bool operator!=(large_struct const& c) const in operator !=() argument 333 …ostream< Char, Traits >& operator<< (std::basic_ostream< Char, Traits >& strm, large_struct const&) in operator <<()
|
D | api_test_helpers.hpp | 1462 struct large_struct struct 1466 inline bool operator==(large_struct const& c) const in operator ==() argument 1470 inline bool operator!=(large_struct const& c) const in operator !=() argument 1477 …ostream< Char, Traits >& operator<< (std::basic_ostream< Char, Traits >& strm, large_struct const&) in operator <<() 1486 large_struct a = {{1}}, b = {{2}}, c = {{3}}; in test_large_struct_api()
|