Searched refs:lit2 (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/log/test/run/ |
D | util_string_literal.cpp | 51 logging::wstring_literal lit2 = lit1; in BOOST_AUTO_TEST_CASE() local 52 BOOST_CHECK(std::wcscmp(lit2.c_str(), L"Hello") == 0); in BOOST_AUTO_TEST_CASE() 53 BOOST_CHECK(std::wcscmp(lit1.c_str(), lit2.c_str()) == 0); in BOOST_AUTO_TEST_CASE() 61 logging::wstring_literal lit2 = logging::str_literal(L"Wow!"); in BOOST_AUTO_TEST_CASE() local 62 BOOST_CHECK(std::wcscmp(lit2.c_str(), L"Wow!") == 0); in BOOST_AUTO_TEST_CASE() 116 logging::string_literal lit2 = "Yo!"; in BOOST_AUTO_TEST_CASE() local 117 BOOST_CHECK(lit != lit2); in BOOST_AUTO_TEST_CASE() 118 lit2 = "abcdefg"; in BOOST_AUTO_TEST_CASE() 119 BOOST_CHECK(lit == lit2); in BOOST_AUTO_TEST_CASE() 121 BOOST_CHECK(lit.compare(lit2) == 0); in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/boost/libs/poly_collection/test/ |
D | test_emplacement.cpp | 64 local_iterator lit2=p.emplace_pos(p.template cend<type>(),7); in test_emplacement() local 65 BOOST_TEST(*lit2==type{7}); in test_emplacement() 66 BOOST_TEST(lit2==p.template end<type>()-1); in test_emplacement()
|
D | test_iterators.cpp | 61 local_iterator lit,lit2; in test_iterators() local 64 lit=lit2; in test_iterators()
|
/third_party/boost/libs/multi_index/test/ |
D | test_serialization3.cpp | 151 local_iterator lit2=hs.end(buc); in test_serialization3() local 152 lits.push_back(lit2); in test_serialization3()
|
/third_party/boost/libs/spirit/test/x3/ |
D | Jamfile | 87 run lit2.cpp ;
|
/third_party/boost/libs/spirit/test/qi/ |
D | Jamfile | 88 run lit2.cpp ;
|
/third_party/boost/libs/poly_collection/doc/ |
D | reference.qbk | 161 * `lit1` and `lit2` are (same-typed) (`const_`)`local_iterator<U>`s of 162 a `C` collection other than `c` such that \[`lit1`, `lit2`) is a valid range, 569 `c.insert(lit1,lit2)` 589 `c.insert(it,lit1,lit2)`
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 525 HANDLE_DW_OP(0x32, lit2, 2, DWARF)
|