Home
last modified time | relevance | path

Searched refs:always_true (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/libs/mpl/test/
Dalways.cpp23 typedef always<true_> always_true; in MPL_TEST_CASE() typedef
25 MPL_ASSERT(( apply< always_true > )); in MPL_TEST_CASE()
26 MPL_ASSERT(( apply0< always_true > )); in MPL_TEST_CASE()
27 MPL_ASSERT(( apply1< always_true,false_ > )); in MPL_TEST_CASE()
28 MPL_ASSERT(( apply2< always_true,false_,false_ > )); in MPL_TEST_CASE()
29 MPL_ASSERT(( apply3< always_true,false_,false_,false_ > )); in MPL_TEST_CASE()
/third_party/boost/libs/mpl/doc/src/refmanual/
Dalways.rst77 typedef always<true\_> always_true;
79 BOOST_MPL_ASSERT(( apply< always_true,false\_> ));
80 BOOST_MPL_ASSERT(( apply< always_true,false\_,false\_ > ));
81 BOOST_MPL_ASSERT(( apply< always_true,false\_,false\_,false\_ > ));
/third_party/boost/libs/range/test/compile_fail/adaptor/
Dadjacent_filtered_concept2.cpp17 struct always_true struct
38 adjacent_filtered(always_true())).front(); in main()
Dadjacent_filtered_concept.cpp17 struct always_true struct
38 adjacent_filtered(always_true())).front(); in main()
Dadjacent_filtered_concept4.cpp17 struct always_true struct
39 always_true()).front(); in main()
Dadjacent_filtered_concept3.cpp17 struct always_true struct
39 always_true()).front(); in main()
/third_party/boost/libs/hana/include/boost/hana/fwd/core/
Dwhen.hpp43 struct always_true { static constexpr bool value = true; }; struct
69 core_detail::always_true<Dummy...>::value
/third_party/boost/boost/hana/fwd/core/
Dwhen.hpp43 struct always_true { static constexpr bool value = true; }; struct
69 core_detail::always_true<Dummy...>::value
/third_party/boost/libs/msm/doc/PDF/examples/
DAnonymousTutorial.cpp71 bool always_true(none const& evt) in always_true() function
91 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
DAnonymousTutorialEuml.cpp113 BOOST_MSM_EUML_ACTION(always_true) in BOOST_MSM_EUML_ACTION() argument
135 State4 == State3 [always_true] / State3ToState4,
DAnonymousTutorialWithFunctors.cpp88 struct always_true struct
117 Row < State3 , none , State4 , State3ToState4 , always_true >,
DSimpleWithFunctors3.cpp221 struct always_true struct
245 always_true> >,
DSimpleWithFunctors2.cpp224 struct always_true struct
255always_true> >,
DExampleCircularBuffer.cpp200 struct always_true struct
231always_true> >,
/third_party/boost/libs/msm/doc/HTML/examples/
DAnonymousTutorial.cpp71 bool always_true(none const& evt) in always_true() function
91 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
DAnonymousTutorialEuml.cpp113 BOOST_MSM_EUML_ACTION(always_true) in BOOST_MSM_EUML_ACTION() argument
135 State4 == State3 [always_true] / State3ToState4,
DAnonymousTutorialWithFunctors.cpp88 struct always_true struct
117 Row < State3 , none , State4 , State3ToState4 , always_true >,
DSimpleWithFunctors3.cpp221 struct always_true struct
245 always_true> >,
DSimpleWithFunctors2.cpp224 struct always_true struct
255always_true> >,
DSimpleWithFunctors.cpp219 struct always_true struct
250always_true> >,
/third_party/boost/libs/msm/test/
DTest2RegionsAnonymous.cpp90 struct always_true struct
114 Row < State1 , event1 , State2 , none , always_true >,
DAnonymousEuml.cpp61 BOOST_MSM_EUML_ACTION(always_true) in BOOST_MSM_EUML_ACTION() argument
92 State4 == State3 [always_true] / State3ToState4,
DAnonymous.cpp94 bool always_true(none const& ) in always_true() function
114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
/third_party/boost/libs/spirit/test/x3/
Dtest.hpp126 constexpr bool always_true(T&&...) { return true; } in always_true() function
131 return always_true( in test_ctors()
/third_party/boost/libs/poly_collection/test/
Dtest_algorithm_impl.hpp693 auto always_true=compose(to_int,[](int){return true;}); in test_algorithm() local
698 p,always_true); in test_algorithm()
705 p,always_true); in test_algorithm()
712 p,always_true); in test_algorithm()
996 auto always_true=compose(to_int,[](int){return true;}); in test_algorithm() local
1001 to_int,p,always_true); in test_algorithm()
1039 auto always_true=compose(to_int,[](int){return true;}); in test_algorithm() local
1047 >(to_int,p,always_true,x); in test_algorithm()
1060 >(to_int,p,always_true); in test_algorithm()

12