/third_party/boost/boost/multiprecision/cpp_int/ |
D | limits.hpp | 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() 82 get_min(const boost::mpl::false_&, const boost::mpl::false_&, const boost::mpl::bool_<has_allocator… in get_min() 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() 155 get_max(const boost::mpl::false_&, const boost::mpl::false_&, const boost::mpl::bool_<has_allocator… in get_max()
|
/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() 96 void connect_graph(Graph& g, VertexSet const& verts, boost::mpl::false_) 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() 65 void disconnect_graph(Graph& g, VertexSet const& verts, boost::mpl::false_) in disconnect_graph()
|
D | test_direction.hpp | 56 void test_outdirected_graph(Graph const&, VertexSet const&, boost::mpl::false_) in test_outdirected_graph() 99 void test_indirected_graph(Graph const&, VertexSet const&, boost::mpl::false_) in test_indirected_graph() 137 void test_undirected_graph(Graph const&, VertexSet const&, boost::mpl::false_) in test_undirected_graph()
|
D | test_properties.hpp | 31 template < typename Graph > void test_graph_bundle(Graph& g, boost::mpl::false_) in test_graph_bundle() 71 void test_vertex_bundle(Graph&, VertexSet const&, boost::mpl::false_) in test_vertex_bundle() 113 void test_edge_bundle(Graph&, VertexSet const&, boost::mpl::false_) in test_edge_bundle()
|
/third_party/boost/boost/process/detail/posix/ |
D | executor.hpp | 163 …le(const std::error_code &ec, const char* msg, boost::mpl::true_ , boost::mpl::false_, boost::mpl:… in internal_error_handle() 173 …void internal_error_handle(const std::error_code &ec, const char* msg, boost::mpl::false_, boost::… in internal_error_handle() 182 …le(const std::error_code &ec, const char* msg, boost::mpl::true_ , boost::mpl::false_, boost::mpl:… in internal_error_handle() 187 …void internal_error_handle(const std::error_code &ec, const char* msg, boost::mpl::false_, boost::… in internal_error_handle() 199 void check_error(boost::mpl::false_) in check_error() 331 child executor<Sequence>::invoke(boost::mpl::true_, boost::mpl::false_) //ignore errors in invoke() 363 child executor<Sequence>::invoke(boost::mpl::false_, boost::mpl::false_) in invoke() 486 child executor<Sequence>::invoke(boost::mpl::false_, boost::mpl::true_) in invoke()
|
/third_party/boost/libs/interprocess/test/ |
D | emplace_test.hpp | 198 bool test_emplace_back(ipcdetail::false_) in test_emplace_back() 238 bool test_emplace_front(ipcdetail::false_) in test_emplace_front() 313 bool test_emplace_before(ipcdetail::false_) in test_emplace_before() 387 bool test_emplace_after(ipcdetail::false_) in test_emplace_after() 427 bool test_emplace_assoc(ipcdetail::false_) in test_emplace_assoc() 470 bool test_emplace_hint(ipcdetail::false_) in test_emplace_hint() 529 bool test_emplace_assoc_pair(ipcdetail::false_) in test_emplace_assoc_pair() 588 bool test_emplace_hint_pair(ipcdetail::false_) in test_emplace_hint_pair()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | bool_.rst | 89 .. |false_| replace:: `false_`_ substdef in See also 90 .. _`false_`: `bool_`_ target in See also
|
/third_party/boost/libs/container/test/ |
D | emplace_test.hpp | 215 bool test_emplace_back(dtl::false_) in test_emplace_back() 267 bool test_emplace_front(dtl::false_) in test_emplace_front() 379 bool test_emplace_before(dtl::false_) in test_emplace_before() 465 bool test_emplace_after(dtl::false_) in test_emplace_after() 512 bool test_emplace_assoc(dtl::false_) in test_emplace_assoc() 562 bool test_emplace_hint(dtl::false_) in test_emplace_hint() 600 bool test_emplace_assoc_pair(dtl::false_) in test_emplace_assoc_pair() 639 bool test_emplace_hint_pair(dtl::false_) in test_emplace_hint_pair()
|
/third_party/boost/boost/test/utils/ |
D | foreach.hpp | 93 begin( C& t, mpl::false_ ) in begin() 115 end( C& t, mpl::false_ ) in end() 137 done( static_any_t cur, static_any_t end, C&, mpl::false_ ) in done() 161 next( static_any_t cur, C&, mpl::false_ ) in next() 183 prev( static_any_t cur, C&, mpl::false_ ) in prev() 205 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref()
|
/third_party/boost/boost/mpi/collectives/ |
D | reduce.hpp | 81 T* out_values, Op op, int root, mpl::false_ /*is_mpi_op*/, in reduce_impl() 97 int root, mpl::false_/*is_mpi_op*/, mpl::true_/*is_mpi_datatype*/) in reduce_impl() 168 mpl::false_ /*is_commutative*/) in tree_reduce_impl() 208 int root, mpl::false_ /*is_commutative*/) in tree_reduce_impl() 289 T* out_values, Op op, int root, mpl::false_ /*is_mpi_op*/, in reduce_impl() 302 int root, mpl::false_ /*is_mpi_op*/, in reduce_impl()
|
D | all_reduce.hpp | 51 T* out_values, Op /* op */, mpl::false_ /*is_mpi_op*/, in all_reduce_impl() 70 T* out_values, Op op, mpl::false_ /*is_mpi_op*/, in all_reduce_impl()
|
/third_party/boost/boost/python/ |
D | data_members.hpp | 156 inline object make_getter(D* d, Policies const& policies, detail::false_, int) in make_getter() 165 inline object make_getter(D* d, not_specified, detail::false_, long) in make_getter() 197 inline object make_getter(D& d, P& p, detail::false_, ...) in make_getter() 213 inline object make_setter(D* p, Policies const& policies, detail::false_, int) in make_setter() 233 inline object make_setter(D& x, Policies const& policies, detail::false_, ...) in make_setter()
|
/third_party/boost/boost/spirit/home/x3/numeric/ |
D | bool.hpp | 114 constexpr false_type false_ = { false }; variable 127 constexpr false_type false_ = { false }; variable 140 constexpr false_type false_ = { false }; variable 152 constexpr false_type false_ = { false }; 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 | 73 ArgumentPack const& args, mpl::true_, mpl::false_) in dispatched_boyer_myrvold() 114 ArgumentPack const& args, mpl::false_, mpl::true_) in dispatched_boyer_myrvold() 151 ArgumentPack const& args, mpl::false_, mpl::false_) in dispatched_boyer_myrvold()
|
/third_party/boost/boost/type_erasure/ |
D | require_match.hpp | 83 ::boost::mpl::false_, in require_match_impl() 102 ::boost::mpl::false_, in require_match_impl() 206 ::boost::mpl::false_, in require_match_impl() 234 ::boost::mpl::false_, in require_match_impl()
|
/third_party/boost/libs/multiprecision/test/ |
D | test_convert_from_cpp_bin_float.cpp | 69 void test_convert_neg_int(From const&, const boost::mpl::false_&) in test_convert_neg_int() argument 97 void test_convert_rat_int(From const&, const boost::mpl::false_&) in test_convert_rat_int() argument 127 void test_convert_neg_float(From const&, const boost::mpl::false_&) in test_convert_neg_float() argument
|
D | test_convert_from_cpp_dec_float.cpp | 69 void test_convert_neg_int(From const&, const boost::mpl::false_&) in test_convert_neg_int() argument 98 void test_convert_rat_int(From const&, const boost::mpl::false_&) in test_convert_rat_int() argument 129 void test_convert_neg_float(From const&, const boost::mpl::false_&) in test_convert_neg_float() argument
|
D | test_convert_from_mpfi_float.cpp | 73 void test_convert_neg_int(From const&, const boost::mpl::false_&) in test_convert_neg_int() argument 101 void test_convert_rat_int(From const&, const boost::mpl::false_&) in test_convert_rat_int() argument 131 void test_convert_neg_float(From const&, const boost::mpl::false_&) in test_convert_neg_float() argument
|
/third_party/boost/boost/iostreams/ |
D | copy.hpp | 75 mpl::true_, mpl::false_ ) in copy_impl() 96 mpl::false_, mpl::true_ ) in copy_impl() 125 mpl::false_, mpl::false_ ) in copy_impl()
|
/third_party/boost/boost/iostreams/detail/broken_overload_resolution/ |
D | stream_buffer.hpp | 123 void open_impl(mpl::false_, const U0& u0) in open_impl() 129 void open_impl(mpl::false_, U0& u0) in open_impl() 147 void open_impl(mpl::false_, const U0& u0, const U1& u1) in open_impl() 164 void open_impl(mpl::false_, const U0& u0, const U1& u1, const U2& u2) in open_impl()
|
/third_party/boost/boost/mpl/ |
D | bool_fwd.hpp | 25 typedef bool_<false> false_; typedef
|
/third_party/boost/boost/test/tools/ |
D | collection_comparison_op.hpp | 308 compare_collections( Lhs const& lhs, Rhs const& rhs, boost::type<op::EQ<L, R> >*, mpl::false_ ) in compare_collections() 326 compare_collections( Lhs const& lhs, Rhs const& rhs, boost::type<op::NE<L, R> >*, mpl::false_ ) in compare_collections() 353 compare_collections( Lhs const& lhs, Rhs const& rhs, boost::type<op::LT<L, R> >*, mpl::false_ ) in compare_collections() 362 compare_collections( Lhs const& lhs, Rhs const& rhs, boost::type<op::LE<L, R> >*, mpl::false_ ) in compare_collections() 371 compare_collections( Lhs const& lhs, Rhs const& rhs, boost::type<op::GT<L, R> >*, mpl::false_ ) in compare_collections() 380 compare_collections( Lhs const& lhs, Rhs const& rhs, boost::type<op::GE<L, R> >*, mpl::false_ ) in compare_collections()
|
/third_party/boost/boost/multi_index/detail/ |
D | ord_index_ops.hpp | 96 const CompatibleCompare& comp,mpl::false_) in ordered_index_find() 144 const CompatibleCompare& comp,mpl::false_) in ordered_index_lower_bound() 190 const CompatibleCompare& comp,mpl::false_) in ordered_index_upper_bound() 238 const CompatibleCompare& comp,mpl::false_) in ordered_index_equal_range()
|