Home
last modified time | relevance | path

Searched defs:false_ (Results 1 – 25 of 160) sorted by relevance

1234567

/third_party/boost/boost/multiprecision/cpp_int/
Dlimits.hpp38 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/
Dtest_construction.hpp28 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()
Dtest_destruction.hpp26 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()
Dtest_direction.hpp56 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()
Dtest_properties.hpp31 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/
Dexecutor.hpp163 …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/
Demplace_test.hpp198 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/
Dbool_.rst89 .. |false_| replace:: `false_`_ substdef in See also
90 .. _`false_`: `bool_`_ target in See also
/third_party/boost/libs/container/test/
Demplace_test.hpp215 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/
Dforeach.hpp93 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/
Dreduce.hpp81 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()
Dall_reduce.hpp51 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/
Ddata_members.hpp156 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/
Dbool.hpp114 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/
Dsample6.cpp46 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/
Dboyer_myrvold_planar_test.hpp73 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/
Drequire_match.hpp83 ::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/
Dtest_convert_from_cpp_bin_float.cpp69 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
Dtest_convert_from_cpp_dec_float.cpp69 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
Dtest_convert_from_mpfi_float.cpp73 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/
Dcopy.hpp75 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/
Dstream_buffer.hpp123 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/
Dbool_fwd.hpp25 typedef bool_<false> false_; typedef
/third_party/boost/boost/test/tools/
Dcollection_comparison_op.hpp308 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/
Dord_index_ops.hpp96 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()

1234567