Home
last modified time | relevance | path

Searched defs: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