/third_party/boost/libs/hana/test/_include/laws/ |
D | logical.hpp | 53 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/ |
D | or_.rst | 1 .. 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/ |
D | logical.cpp | 32 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/ |
D | operations.hpp | 201 : 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/ |
D | is_combinable.hpp | 100 (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/ |
D | logical.cpp | 87 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/ |
D | has_find.hpp | 32 : boost::mpl::or_< 33 boost::mpl::or_< 39 , boost::mpl::or_< 45 , boost::mpl::or_<
|
D | has_upper_bound.hpp | 29 : boost::mpl::or_< 30 boost::mpl::or_< 36 , boost::mpl::or_<
|
D | has_equal_range.hpp | 33 : boost::mpl::or_< 34 boost::mpl::or_< 40 , boost::mpl::or_<
|
D | has_lower_bound.hpp | 33 : boost::mpl::or_< 34 boost::mpl::or_< 40 , boost::mpl::or_<
|
/third_party/boost/boost/msm/front/euml/ |
D | stt_grammar.hpp | 51 : 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/ |
D | switch.hpp | 44 : 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/ |
D | returntype_deduction.hpp | 48 : mpl::or_< 49 typename mpl::or_< 55 typename mpl::or_< 62 typename mpl::or_< 136 mpl::or_<
|
/third_party/boost/libs/proto/example/ |
D | rgb.cpp | 53 : proto::or_< 62 : proto::or_< 71 : proto::or_< 80 : proto::or_<
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | template_util_unittest.cc | 107 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/ |
D | or.hpp | 48 struct or_ struct 58 , or_ 66 , or_
|
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/ |
D | or.hpp | 48 struct or_ struct 58 , or_ 66 , or_
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/ |
D | or.hpp | 48 struct or_ struct 58 , or_ 66 , or_
|
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/ |
D | or.hpp | 48 struct or_ struct 58 , or_ 66 , or_
|
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/ |
D | or.hpp | 53 struct or_ struct 62 , or_ 70 , or_
|
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/ |
D | or.hpp | 48 struct or_ struct 58 , or_ 66 , or_
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/ |
D | or.hpp | 48 struct or_ struct 58 , or_ 66 , or_
|
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | or.hpp | 48 struct or_ struct 58 , or_ 66 , or_
|
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/ |
D | or.hpp | 51 struct or_ struct 60 , or_ 68 , or_
|
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/ |
D | or.hpp | 53 struct or_ struct 62 , or_ 70 , or_
|