Searched refs:tag0 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/proto/test/ |
D | env_var.cpp | 17 BOOST_PROTO_DEFINE_ENV_VAR(tag0_type, tag0); 127 > e9 = (proto::data = 1, tag0 = "hello"); in test_comma() 129 BOOST_CHECK_EQUAL(0, std::strcmp(e9[tag0], "hello")); in test_comma() 139 > e10 = (proto::data = 1, tag0 = "hello", tag0 = 42); in test_comma() 141 BOOST_CHECK_EQUAL(e10[tag0], 42); in test_comma() 147 > e11 = (a, tag0 = "hello"); in test_comma() 149 BOOST_CHECK_EQUAL(0, std::strcmp(e11[tag0], "hello")); in test_comma() 159 > e12 = (a, tag0 = "hello", tag0 = 42); in test_comma() 161 BOOST_CHECK_EQUAL(e12[tag0], 42); in test_comma() 163 proto::env<tag0_type, int> e13 = (proto::empty_env(), tag0 = 42); in test_comma() [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | te.txt | 52 tag0 { TE0 } 73 tag0 { TE0 } 93 tag0 { TE0 }
|
D | te_IN.txt | 52 tag0 { TE_IN0 } 70 tag0 { TE_IN0 }
|
/third_party/boost/libs/pfr/example/ |
D | quick_examples.cpp | 61 struct tag0{}; in test_examples() struct 64 tag0 a; in test_examples()
|