/third_party/boost/libs/pfr/test/run/ |
D | constexpr_ops.cpp | 23 union test_union { union 28 constexpr bool operator< (test_union l, test_union r) noexcept { return l.i < r.i; } in operator <() 29 constexpr bool operator<=(test_union l, test_union r) noexcept { return l.i <= r.i; } in operator <=() 30 constexpr bool operator> (test_union l, test_union r) noexcept { return l.i > r.i; } in operator >() 31 constexpr bool operator>=(test_union l, test_union r) noexcept { return l.i >= r.i; } in operator >=() 32 constexpr bool operator==(test_union l, test_union r) noexcept { return l.i == r.i; } in operator ==() 33 constexpr bool operator!=(test_union l, test_union r) noexcept { return l.i != r.i; } in operator !=() 74 int i; short s; bool bl; int a,b,c,d,e; test_union u; in main()
|
D | ops.cpp | 24 union test_union { union 29 inline bool operator< (test_union l, test_union r) noexcept { ++test_union_counter; return l.i < r… in operator <() 30 inline bool operator<=(test_union l, test_union r) noexcept { ++test_union_counter; return l.i <= r… in operator <=() 31 inline bool operator> (test_union l, test_union r) noexcept { ++test_union_counter; return l.i > r… in operator >() 32 inline bool operator>=(test_union l, test_union r) noexcept { ++test_union_counter; return l.i >= r… in operator >=() 33 inline bool operator==(test_union l, test_union r) noexcept { ++test_union_counter; return l.i == r… in operator ==() 34 inline bool operator!=(test_union l, test_union r) noexcept { ++test_union_counter; return l.i != r… in operator !=() 35 inline std::ostream& operator<<(std::ostream& os, test_union src) { ++test_union_counter; return os… in operator <<() 36 inline std::istream& operator>>(std::istream& is, test_union& src) { ++test_union_counter; return i… in operator >>() 95 int i; short s; bool bl; int a,b,c,d,e; test_union u; in main()
|
/third_party/boost/libs/pfr/test/compile-fail/ |
D | ops_on_union.cpp | 10 union test_union { union 16 test_union v{""}; in main()
|
D | ops_unions.cpp | 10 union test_union { union 17 test_union u1, u2; in main()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | test_union.hpp | 87 void test_union(std::string const& caseid, G1 const& g1, G2 const& g2, in test_union() function 272 test_union<OutputType>(caseid, g1, g2, in test_one()
|
/third_party/icu/icu4c/source/python/icutools/databuilder/test/ |
D | filtration_test.py | 346 def test_union(self): member in FiltrationTest
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/test/ |
D | filtration_test.py | 346 def test_union(self): member in FiltrationTest
|
/third_party/flatbuffers/tests/ |
D | BUILD.bazel | 53 ":prototest/test_union.golden",
|
/third_party/boost/libs/pfr/doc/ |
D | pfr.qbk | 410 union test_union { 415 inline bool operator==(test_union l, test_union r) noexcept; // Compile time error without this ope… 417 bool some_function(test_union f1, test_union f2) {
|
/third_party/python/Lib/test/ |
D | test_defaultdict.py | 153 def test_union(self): member in TestDefaultDict
|
D | test_genericalias.py | 299 def test_union(self): member in BaseTest
|
D | test_weakset.py | 65 def test_union(self): member in TestWeakSet
|
D | test_set.py | 72 def test_union(self): member in TestJointOps 1367 def test_union(self): member in TestOnlySetsInBinaryOps
|
D | test_types.py | 1138 def test_union(self): member in MappingProxyTests
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcaps.c | 1121 GST_START_TEST (test_union) in GST_START_TEST() argument 1847 tcase_add_test (tc_chain, test_union); in gst_caps_suite()
|