Home
last modified time | relevance | path

Searched refs:reveal (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/boost/libs/hof/test/
Dreveal.cpp35 BOOST_HOF_TEST_CHECK(boost::hof::reveal(f)(t1()) == 1); in BOOST_HOF_TEST_CASE()
36 BOOST_HOF_TEST_CHECK(boost::hof::reveal(f)(t2()) == 2); in BOOST_HOF_TEST_CASE()
37 BOOST_HOF_TEST_CHECK(boost::hof::reveal(f)(t3()) == 3); in BOOST_HOF_TEST_CASE()
67 STATIC_ASSERT_EMPTY(boost::hof::reveal(lam)); in BOOST_HOF_TEST_CASE()
68 BOOST_HOF_TEST_CHECK(boost::hof::reveal(lam)(t1()) == 1); in BOOST_HOF_TEST_CASE()
69 BOOST_HOF_TEST_CHECK(boost::hof::reveal(lam)(t2()) == 2); in BOOST_HOF_TEST_CASE()
70 BOOST_HOF_TEST_CHECK(boost::hof::reveal(lam)(t3()) == 3); in BOOST_HOF_TEST_CASE()
98 BOOST_HOF_TEST_CHECK(boost::hof::reveal(static_fun)(t1()) == 1); in BOOST_HOF_TEST_CASE()
99 BOOST_HOF_TEST_CHECK(boost::hof::reveal(static_fun)(t2()) == 2); in BOOST_HOF_TEST_CASE()
100 BOOST_HOF_TEST_CHECK(boost::hof::reveal(static_fun)(t3()) == 3); in BOOST_HOF_TEST_CASE()
Dmatch.cpp77 BOOST_HOF_TEST_CHECK(boost::hof::reveal(fun)(1) == 1); in BOOST_HOF_TEST_CASE()
78 BOOST_HOF_TEST_CHECK(boost::hof::reveal(fun)(foo()) == 2); in BOOST_HOF_TEST_CASE()
80 BOOST_HOF_STATIC_TEST_CHECK(boost::hof::reveal(fun)(1) == 1); in BOOST_HOF_TEST_CASE()
81 BOOST_HOF_STATIC_TEST_CHECK(boost::hof::reveal(fun)(foo()) == 2); in BOOST_HOF_TEST_CASE()
Dindirect.cpp13 …BOOST_HOF_TEST_CHECK(3 == boost::hof::reveal(boost::hof::indirect(std::unique_ptr<binary_class>(ne… in BOOST_HOF_TEST_CASE()
18 BOOST_HOF_TEST_CHECK(3 == boost::hof::reveal(boost::hof::indirect(&f))(1, 2)); in BOOST_HOF_TEST_CASE()
Drepeat_while.cpp86 … BOOST_HOF_TEST_CHECK(boost::hof::reveal(boost::hof::repeat_while(not_6())(increment()))(1) == 6); in BOOST_HOF_TEST_CASE()
Dfix.cpp64 const int r = boost::hof::reveal(factorial)(5); in BOOST_HOF_TEST_CASE()
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/
Dreveal.hpp.txt3 reveal.h
11 /// reveal
17 /// The `reveal` function adaptor helps shows the error messages that get
21 /// error inside the function. The `reveal` adaptor will expose these error
76 /// `reveal` adaptor we can get more info about the error like this:
80 /// boost::hof::reveal(print)(foo{});
82 /// reveal.hpp:149:20: note: candidate template ignored: substitution failure [with Ts = <foo>,…
85 /// reveal.hpp:149:20: note: candidate template ignored: substitution failure [with Ts = <foo>,…
88 /// reveal.hpp:149:20: note: candidate template ignored: substitution failure [with Ts = <foo>,…
103 /// reveal_adaptor<F> reveal(F f);
[all …]
Dfunction.hpp.txt33 /// [`boost::hof::reveal`](/include/boost/hof/reveal) adaptor to improve error messages.
58 #include <boost/hof/reveal.hpp>
Dlambda.hpp.txt47 /// the `boost::hof::reveal` adaptor to improve error messages.
72 #include <boost/hof/reveal.hpp>
Dprotect.hpp.txt63 #include <boost/hof/reveal.hpp>
Dstatic.hpp.txt67 #include <boost/hof/reveal.hpp>
Drotate.hpp.txt52 #include <boost/hof/reveal.hpp>
Dflip.hpp.txt58 #include <boost/hof/reveal.hpp>
Dindirect.hpp.txt63 #include <boost/hof/reveal.hpp>
Dmatch.hpp.txt75 #include <boost/hof/reveal.hpp>
Dresult.hpp.txt61 #include <boost/hof/reveal.hpp>
Dcapture.hpp.txt13 #include <boost/hof/reveal.hpp>
/third_party/boost/libs/hof/doc/html/_sources/doc/src/
Dadaptors.rst.txt30 ../../include/boost/hof/reveal
/third_party/boost/libs/hof/doc/src/
Dadaptors.rst30 ../../include/boost/hof/reveal
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dexpansion_tile.dart16 /// the tile to reveal or hide the [children].
32 /// the tile to reveal or hide the [children]. The [initiallyExpanded] property must
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/
DREADME15 exercise the system in ways that have been known to reveal bugs in the
/third_party/boost/boost/hof/
Dreveal.hpp381 BOOST_HOF_DECLARE_STATIC_VAR(reveal, detail::make<reveal_adaptor>);
/third_party/spirv-tools/test/fuzz/
DCMakeLists.txt126 # to run them during regular whole-project CI because they may reveal
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
DCMakeLists.txt130 # to run them during regular whole-project CI because they may reveal
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
DCMakeLists.txt130 # to run them during regular whole-project CI because they may reveal
/third_party/boost/libs/hof/doc/html/
Dsearchindex.js1reveal:[1,3,24,43,52],reveal_adaptor:68,revers:[1,3,24,41,69],reverse_fold_adaptor:69,right:[20,23… property

1234