/third_party/boost/boost/multiprecision/cpp_int/ |
D | limits.hpp | 22 get_min(const boost::mpl::true_&, const boost::mpl::true_&, const boost::mpl::true_&) in get_min() 38 get_min(const boost::mpl::true_&, const boost::mpl::true_&, const boost::mpl::false_&) in get_min() 49 get_min(const boost::mpl::true_&, const boost::mpl::false_&, const boost::mpl::true_&) in get_min() 63 get_min(const boost::mpl::true_&, const boost::mpl::false_&, const boost::mpl::false_&) in get_min() 72 get_min(const boost::mpl::false_&, const boost::mpl::true_&, const boost::mpl::bool_<has_allocator>… in get_min() 91 get_max(const boost::mpl::true_&, const boost::mpl::true_&, const boost::mpl::true_&) in get_max() 107 get_max(const boost::mpl::true_&, const boost::mpl::true_&, const boost::mpl::false_&) in get_max() 118 get_max(const boost::mpl::true_&, const boost::mpl::false_&, const boost::mpl::true_&) in get_max() 134 get_max(const boost::mpl::true_&, const boost::mpl::false_&, const boost::mpl::false_&) in get_max() 145 get_max(const boost::mpl::false_&, const boost::mpl::true_&, const boost::mpl::bool_<has_allocator>… in get_max()
|
/third_party/boost/boost/type_erasure/ |
D | call.hpp | 67 int maybe_get_table(const T& arg, const Table*& table, boost::mpl::true_) in maybe_get_table() 79 ::boost::type_erasure::detail::storage& convert_arg(any_base<T>& arg, boost::mpl::true_) in convert_arg() 86 convert_arg(any_base<any<Concept, const T&> >& arg, boost::mpl::true_) in convert_arg() 93 convert_arg(const any_base<T>& arg, boost::mpl::true_) in convert_arg() 100 convert_arg(const any_base<any<Concept, T&> >& arg, boost::mpl::true_) in convert_arg() 107 convert_arg(const any_base<any<Concept, const T&> >& arg, boost::mpl::true_) in convert_arg() 114 convert_arg(param<Concept, T>& arg, boost::mpl::true_) in convert_arg() 121 convert_arg(param<Concept, const T&>& arg, boost::mpl::true_) in convert_arg() 128 convert_arg(const param<Concept, T>& arg, boost::mpl::true_) in convert_arg() 137 convert_arg(any_base<any<Concept, const T&> >&& arg, boost::mpl::true_) in convert_arg() [all …]
|
D | require_match.hpp | 71 ::boost::mpl::true_, in require_match_impl() 91 ::boost::mpl::true_, in require_match_impl() 189 ::boost::mpl::true_, in require_match_impl() 219 ::boost::mpl::true_, in require_match_impl()
|
/third_party/boost/libs/graph/test/ |
D | test_construction.hpp | 28 void build_graph(Graph& g, boost::mpl::true_, boost::mpl::false_) in build_graph() 44 void build_graph(Graph& g, boost::mpl::false_, boost::mpl::true_) in build_graph() 72 void build_property_graph(Graph const&, boost::mpl::true_, boost::mpl::false_) in build_property_graph() 116 void connect_graph(Graph& g, VertexSet const& verts, boost::mpl::true_) in connect_graph()
|
D | test_destruction.hpp | 26 Graph& g, VertexSet const& verts, boost::mpl::true_, boost::mpl::false_) in destroy_graph() 41 Graph& g, VertexSet const&, boost::mpl::false_, boost::mpl::true_) in destroy_graph() 93 void disconnect_graph(Graph& g, VertexSet const&, boost::mpl::true_) in disconnect_graph()
|
D | test_direction.hpp | 20 Graph const& g, VertexSet const& verts, boost::mpl::true_) in test_outdirected_graph() 67 Graph const& g, VertexSet const& verts, boost::mpl::true_) in test_indirected_graph() 109 Graph const& g, VertexSet const& verts, boost::mpl::true_) in test_undirected_graph()
|
D | test_properties.hpp | 15 template < typename Graph > void test_graph_bundle(Graph& g, boost::mpl::true_) in test_graph_bundle() 41 void test_vertex_bundle(Graph& g, VertexSet const& verts, boost::mpl::true_) in test_vertex_bundle() 82 void test_edge_bundle(Graph& g, VertexSet const& verts, boost::mpl::true_) in test_edge_bundle()
|
/third_party/boost/libs/interprocess/test/ |
D | emplace_test.hpp | 161 bool test_emplace_back(ipcdetail::true_) in test_emplace_back() 202 bool test_emplace_front(ipcdetail::true_) in test_emplace_front() 242 bool test_emplace_before(ipcdetail::true_) in test_emplace_before() 317 bool test_emplace_after(ipcdetail::true_) in test_emplace_after() 391 bool test_emplace_assoc(ipcdetail::true_) in test_emplace_assoc() 431 bool test_emplace_hint(ipcdetail::true_) in test_emplace_hint() 474 bool test_emplace_assoc_pair(ipcdetail::true_) in test_emplace_assoc_pair() 533 bool test_emplace_hint_pair(ipcdetail::true_) in test_emplace_hint_pair()
|
/third_party/boost/boost/iostreams/detail/broken_overload_resolution/ |
D | stream_buffer.hpp | 135 void open_impl(mpl::true_, const U0& u0) in open_impl() 141 void open_impl(mpl::true_, U0& u0) in open_impl() 152 void open_impl(mpl::true_, const U0& u0, const U1& u1) in open_impl() 158 void open_impl(mpl::true_, U0& u0, const U1& u1) in open_impl() 169 void open_impl(mpl::true_, const U0& u0, const U1& u1, const U2& u2) in open_impl() 175 void open_impl(mpl::true_, U0& u0, const U1& u1, const U2& u2) in open_impl()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | bool_.rst | 86 .. |true_| replace:: `true_`_ substdef in See also 87 .. _`true_`: `bool_`_ target in See also
|
/third_party/boost/libs/container/test/ |
D | emplace_test.hpp | 166 bool test_emplace_back(dtl::true_) in test_emplace_back() 219 bool test_emplace_front(dtl::true_) in test_emplace_front() 271 bool test_emplace_before(dtl::true_) in test_emplace_before() 383 bool test_emplace_after(dtl::true_) in test_emplace_after() 469 bool test_emplace_assoc(dtl::true_) in test_emplace_assoc() 516 bool test_emplace_hint(dtl::true_) in test_emplace_hint() 566 bool test_emplace_assoc_pair(dtl::true_) in test_emplace_assoc_pair() 604 bool test_emplace_hint_pair(dtl::true_) in test_emplace_hint_pair()
|
/third_party/boost/boost/test/utils/ |
D | foreach.hpp | 102 begin( C const& t, mpl::true_ ) in begin() 124 end( C const& t, mpl::true_ ) in end() 147 done( static_any_t cur, static_any_t end, C const&, mpl::true_ ) in done() 170 next( static_any_t cur, C const&, mpl::true_ ) in next() 192 prev( static_any_t cur, C const&, mpl::true_ ) in prev() 214 deref( static_any_t cur, C const&, ::boost::type<RefType>, mpl::true_ ) in deref()
|
/third_party/boost/boost/process/detail/posix/ |
D | executor.hpp | 148 …void internal_error_handle(const std::error_code&, const char*, HasHandler, boost::mpl::true_, Use… in internal_error_handle() 163 …void internal_error_handle(const std::error_code &ec, const char* msg, boost::mpl::true_ , boost::… in internal_error_handle() 182 …void internal_error_handle(const std::error_code &ec, const char* msg, boost::mpl::true_ , boost::… in internal_error_handle() 187 …st std::error_code &ec, const char* msg, boost::mpl::false_, boost::mpl::false_, boost::mpl::true_) in internal_error_handle() 198 void check_error(boost::mpl::true_) {}; in check_error() 331 child executor<Sequence>::invoke(boost::mpl::true_, boost::mpl::false_) //ignore errors in invoke() 458 child executor<Sequence>::invoke(boost::mpl::true_, boost::mpl::true_) //ignore errors in invoke() 486 child executor<Sequence>::invoke(boost::mpl::false_, boost::mpl::true_) in invoke()
|
/third_party/boost/boost/mpi/collectives/ |
D | reduce.hpp | 49 T* out_values, Op /*op*/, int root, mpl::true_ /*is_mpi_op*/, in reduce_impl() 63 int root, mpl::true_ /*is_mpi_op*/, mpl::true_/*is_mpi_datatype*/) in reduce_impl() 82 mpl::true_/*is_mpi_datatype*/) in reduce_impl() 97 int root, mpl::false_/*is_mpi_op*/, mpl::true_/*is_mpi_datatype*/) in reduce_impl() 115 mpl::true_ /*is_commutative*/) in tree_reduce_impl() 156 int root, mpl::true_ /*is_commutative*/) in tree_reduce_impl()
|
D | all_reduce.hpp | 33 T* out_values, Op /*op*/, mpl::true_ /*is_mpi_op*/, in all_reduce_impl() 52 mpl::true_ /*is_mpi_datatype*/) in all_reduce_impl()
|
/third_party/boost/boost/spirit/home/x3/numeric/ |
D | bool.hpp | 111 constexpr true_type true_ = { true }; variable 124 constexpr true_type true_ = { true }; variable 137 constexpr true_type true_ = { true }; variable 149 constexpr true_type true_ = { true }; variable
|
/third_party/boost/libs/spirit/classic/phoenix/example/fundamental/ |
D | sample6.cpp | 46 CondT cond; TrueT true_; FalseT false_; // actors member 55 if_else_(CondT const& cond, TrueT const& true_, FalseT const& false_) in if_else_()
|
/third_party/boost/boost/graph/ |
D | boyer_myrvold_planar_test.hpp | 46 ArgumentPack const& args, mpl::true_, mpl::true_) in dispatched_boyer_myrvold() 73 ArgumentPack const& args, mpl::true_, mpl::false_) in dispatched_boyer_myrvold() 114 ArgumentPack const& args, mpl::false_, mpl::true_) in dispatched_boyer_myrvold()
|
/third_party/boost/libs/multiprecision/test/ |
D | test_convert_from_cpp_bin_float.cpp | 60 void test_convert_neg_int(From from, const boost::mpl::true_&) in test_convert_neg_int() 88 void test_convert_neg_rat(From from, const boost::mpl::true_&) in test_convert_neg_rat() 116 void test_convert_neg_float(From from, const boost::mpl::true_&) in test_convert_neg_float()
|
D | test_arithmetic.hpp | 86 test_comparisons(Val a, Val b, const boost::mpl::true_) in test_comparisons() 158 test_comparisons(Val a, Val b, const boost::mpl::true_) in test_comparisons() 232 void test_complement(Real a, Real b, Real c, const boost::mpl::true_&) in test_complement() 260 void test_rational(const boost::mpl::true_&) in test_rational() 312 void test_signed_integer_ops(const boost::mpl::true_&) in test_signed_integer_ops() 951 void test_float_funcs(const boost::mpl::true_&) in test_float_funcs() 1801 inline bool check_is_nan(const Real& val, const boost::mpl::true_&) in check_is_nan() 1811 inline Real negate_value(const Real& val, const boost::mpl::true_&) in negate_value() 1822 void test_mixed_numeric_limits(const boost::mpl::true_&) in test_mixed_numeric_limits() 1871 void test_mixed(const boost::mpl::true_&) in test_mixed() [all …]
|
D | test_convert_from_mpf_float.cpp | 62 void test_convert_neg_int(From from, const boost::mpl::true_&) in test_convert_neg_int() 90 void test_convert_neg_rat(From from, const boost::mpl::true_&) in test_convert_neg_rat() 120 void test_convert_neg_float(From from, const boost::mpl::true_&) in test_convert_neg_float()
|
D | test_convert_from_cpp_int.cpp | 74 void test_convert_neg_int(From from, const boost::mpl::true_&) in test_convert_neg_int() 104 void test_convert_neg_rat(From from, const boost::mpl::true_&) in test_convert_neg_rat() 134 void test_convert_neg_float(From from, const boost::mpl::true_&) in test_convert_neg_float()
|
/third_party/boost/boost/iostreams/ |
D | copy.hpp | 56 mpl::true_, mpl::true_ ) in copy_impl() 75 mpl::true_, mpl::false_ ) in copy_impl() 96 mpl::false_, mpl::true_ ) in copy_impl()
|
/third_party/boost/boost/mpl/ |
D | bool_fwd.hpp | 24 typedef bool_<true> true_; typedef
|
/third_party/boost/boost/multi_index/detail/ |
D | ord_index_ops.hpp | 85 const CompatibleCompare& comp,mpl::true_) in ordered_index_find() 133 const CompatibleCompare& comp,mpl::true_) in ordered_index_lower_bound() 179 const CompatibleCompare& comp,mpl::true_) in ordered_index_upper_bound() 227 const CompatibleCompare& comp,mpl::true_) in ordered_index_equal_range()
|