Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dapi_test_helpers.hpp1490 struct test_struct_with_ctor struct
1494 test_struct_with_ctor() : i(0x01234567) {} in test_struct_with_ctor() argument
1495 inline bool operator==(test_struct_with_ctor const& c) const { return i == c.i; } in operator ==() argument
1496 inline bool operator!=(test_struct_with_ctor const& c) const { return !operator==(c); } in operator !=() argument
1500 …ar, Traits >& operator<< (std::basic_ostream< Char, Traits >& strm, test_struct_with_ctor const& s) in operator <<()
1510 test_struct_with_ctor s; in test_struct_with_ctor_api()
1511 Wrapper<test_struct_with_ctor> wrapper_sa; in test_struct_with_ctor_api()
1512 typename Wrapper<test_struct_with_ctor>::atomic_reference_type sa = wrapper_sa.a; in test_struct_with_ctor_api()
1517 test_struct_with_ctor a, b, c; in test_struct_with_ctor_api()