Home
last modified time | relevance | path

Searched refs:or_ (Results 1 – 25 of 248) sorted by relevance

12345678910

/third_party/boost/libs/hana/test/_include/laws/
Dlogical.hpp53 hana::or_(a, hana::or_(b, c)), in TestLogical()
54 hana::or_(hana::or_(a, b), c) in TestLogical()
63 hana::or_(a, b) ^iff^ hana::or_(b, a) in TestLogical()
71 hana::or_(a, hana::and_(a, b)), a in TestLogical()
74 hana::and_(a, hana::or_(a, b)), a in TestLogical()
87 hana::or_(f, a), a in TestLogical()
93 hana::or_(a, hana::and_(b, c)), in TestLogical()
94 hana::and_(hana::or_(a, b), hana::or_(a, c)) in TestLogical()
97 hana::and_(a, hana::or_(b, c)), in TestLogical()
98 hana::or_(hana::and_(a, b), hana::and_(a, c)) in TestLogical()
[all …]
/third_party/boost/libs/mpl/doc/src/refmanual/
Dor_.rst1 .. Metafunctions/Logical Operations//or_ |20
56 typedef or_<f1,f2,\ |...|\ ,f\ *n*\>::type r;
71 typedef or_<f1,f2,\ |...|\ ,f\ *n*\> r;
81 struct r : or_<f1,f2,\ |...|\ ,f\ *n*\>::type {};
91 BOOST_MPL_ASSERT(( or_< true\_,true\_ > ));
92 BOOST_MPL_ASSERT(( or_< false\_,true\_ > ));
93 BOOST_MPL_ASSERT(( or_< true\_,false\_ > ));
94 BOOST_MPL_ASSERT_NOT(( or_< false\_,false\_ > ));
95 BOOST_MPL_ASSERT(( or_< true\_,unknown > )); // OK
96 BOOST_MPL_ASSERT(( or_< true\_,unknown,unknown > )); // OK too
/third_party/boost/libs/mpl/test/
Dlogical.cpp32 MPL_ASSERT(( mpl::or_< true_,true_ > )); in MPL_TEST_CASE()
33 MPL_ASSERT(( mpl::or_< false_,true_ > )); in MPL_TEST_CASE()
34 MPL_ASSERT(( mpl::or_< true_,false_ > )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( mpl::or_< false_,false_ > )); in MPL_TEST_CASE()
36 MPL_ASSERT(( mpl::or_< true_,unknown > )); in MPL_TEST_CASE()
37 MPL_ASSERT(( mpl::or_< true_,unknown,unknown > )); in MPL_TEST_CASE()
/third_party/boost/boost/mpi/
Doperations.hpp201 : public boost::mpl::or_<is_mpi_integer_datatype<T>,
210 : public boost::mpl::or_<is_mpi_integer_datatype<T>,
219 : public boost::mpl::or_<is_mpi_integer_datatype<T>,
229 : public boost::mpl::or_<is_mpi_integer_datatype<T>,
239 : public boost::mpl::or_<is_mpi_integer_datatype<T>,
248 : public boost::mpl::or_<is_mpi_integer_datatype<T>,
257 : public boost::mpl::or_<is_mpi_integer_datatype<T>,
266 : public boost::mpl::or_<is_mpi_integer_datatype<T>,
275 : public boost::mpl::or_<is_mpi_integer_datatype<T>,
284 : public boost::mpl::or_<is_mpi_integer_datatype<T>,
/third_party/boost/boost/icl/type_traits/
Dis_combinable.hpp100 (mpl::or_<
116 (mpl::or_<
128 (mpl::or_<is_intra_combinable<LeftT,RightT>,
250 (mpl::or_
277 (mpl::or_<
296 , mpl::or_
313 , mpl::or_
330 , mpl::or_
344 (mpl::or_<
357 (mpl::or_
[all …]
/third_party/boost/libs/hana/test/concept/constant/
Dlogical.cpp87 hana::or_(true_), in main()
91 hana::or_(false_), in main()
96 hana::or_(false_, false_), in main()
100 hana::or_(false_, true_), in main()
104 hana::or_(true_, invalid{}), in main()
109 hana::or_(false_, false_, false_), in main()
113 hana::or_(false_, false_, true_), in main()
117 hana::or_(false_, true_, invalid{}), in main()
121 hana::or_(true_, invalid{}, invalid{}), in main()
/third_party/boost/boost/phoenix/stl/algorithm/detail/
Dhas_find.hpp32 : boost::mpl::or_<
33 boost::mpl::or_<
39 , boost::mpl::or_<
45 , boost::mpl::or_<
Dhas_upper_bound.hpp29 : boost::mpl::or_<
30 boost::mpl::or_<
36 , boost::mpl::or_<
Dhas_equal_range.hpp33 : boost::mpl::or_<
34 boost::mpl::or_<
40 , boost::mpl::or_<
Dhas_lower_bound.hpp33 : boost::mpl::or_<
34 boost::mpl::or_<
40 , boost::mpl::or_<
/third_party/boost/boost/msm/front/euml/
Dstt_grammar.hpp51 : proto::or_<
61 : proto::or_<
111 : proto::or_<
120 : proto::or_<
140 : proto::or_<
163 : proto::or_<
188 : proto::or_<
201 : proto::or_<
225 : proto::or_<
256 : proto::or_<
/third_party/boost/boost/phoenix/statement/
Dswitch.hpp44 : proto::or_<
60 : proto::or_<
64 , proto::or_<phoenix::rule::switch_default_case, phoenix::rule::switch_case>
78 proto::or_<phoenix::rule::switch_default_case, phoenix::rule::switch_case>
85 : proto::or_<
92 : proto::or_<
99 : proto::or_<
/third_party/boost/boost/numeric/ublas/detail/
Dreturntype_deduction.hpp48 : mpl::or_<
49 typename mpl::or_<
55 typename mpl::or_<
62 typename mpl::or_<
136 mpl::or_<
/third_party/boost/libs/proto/example/
Drgb.cpp53 : proto::or_<
62 : proto::or_<
71 : proto::or_<
80 : proto::or_<
/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc107 value = or_<true_, true_>::value; in TEST()
110 value = or_<true_, false_>::value; in TEST()
113 value = or_<false_, true_>::value; in TEST()
116 value = or_<false_, false_>::value; in TEST()
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/
Dor.hpp48 struct or_ struct
58 , or_
66 , or_
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
Dor.hpp48 struct or_ struct
58 , or_
66 , or_
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/
Dor.hpp48 struct or_ struct
58 , or_
66 , or_
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/
Dor.hpp48 struct or_ struct
58 , or_
66 , or_
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/
Dor.hpp53 struct or_ struct
62 , or_
70 , or_
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/
Dor.hpp48 struct or_ struct
58 , or_
66 , or_
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
Dor.hpp48 struct or_ struct
58 , or_
66 , or_
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/
Dor.hpp48 struct or_ struct
58 , or_
66 , or_
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/
Dor.hpp51 struct or_ struct
60 , or_
68 , or_
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/
Dor.hpp53 struct or_ struct
62 , or_
70 , or_

12345678910