/third_party/boost/libs/hof/test/ |
D | mutable.cpp | 30 static_assert(noexcept(boost::hof::mutable_(mutable_fun())(3)), "noexcept mutable_"); in BOOST_HOF_TEST_CASE() 36 BOOST_HOF_TEST_CHECK(boost::hof::mutable_(mutable_fun())(3) == 4); in BOOST_HOF_TEST_CASE() 42 auto by_5 = boost::hof::lazy(boost::hof::mutable_(std::ref(mut_fun)))(5); in BOOST_HOF_TEST_CASE() 62 BOOST_HOF_TEST_CHECK(boost::hof::mutable_(mutable_move_fun())(3) == 4); in BOOST_HOF_TEST_CASE() 68 auto by_5 = boost::hof::lazy(boost::hof::mutable_(boost::hof::move(mut_fun)))(5); in BOOST_HOF_TEST_CASE()
|
D | proj.cpp | 36 …BOOST_HOF_TEST_CHECK(boost::hof::proj(boost::hof::mutable_(std::mem_fn(&foo::x)), add)(foo(1), foo… in BOOST_HOF_TEST_CASE()
|
/third_party/boost/libs/heap/test/ |
D | mutable_heap_test.cpp | 22 typedef d_ary_heap<struct fwd_declared_struct_2, arity<4>, mutable_<true> >::handle_type handle_typ… 25 typedef skew_heap<struct fwd_declared_struct_5, mutable_<true> >::handle_type handle_type_5; 61 typedef d_ary_heap<d_heap_data, arity<4>, mutable_<true> >::handle_type handle_type; 77 run_handle_as_member_test<d_ary_heap<d_heap_data, arity<4>, mutable_<true> > >(); in BOOST_AUTO_TEST_CASE() 125 typedef skew_heap<skew_heap_data, mutable_<true> >::handle_type handle_type; 141 run_handle_as_member_test<skew_heap<skew_heap_data, mutable_<true> > >(); in BOOST_AUTO_TEST_CASE()
|
D | d_ary_heap_test.cpp | 81 typedef boost::heap::d_ary_heap<int, boost::heap::mutable_<true>, in run_d_ary_heap_mutable_test() 98 typedef boost::heap::d_ary_heap<q_tester, boost::heap::mutable_<true>, in run_d_ary_heap_mutable_test()
|
D | skew_heap_test.cpp | 55 typedef boost::heap::skew_heap<int, boost::heap::stable<stable>, boost::heap::mutable_<true>, in run_skew_heap_mutable_test() 76 … typedef boost::heap::skew_heap<q_tester, boost::heap::stable<stable>, boost::heap::mutable_<true>, in run_skew_heap_mutable_test()
|
/third_party/boost/boost/heap/ |
D | policies.hpp | 40 namespace tag { struct mutable_; } 43 struct mutable_: struct 44 boost::parameter::template_keyword<tag::mutable_, boost::integral_constant<bool, T> > 103 static const bool has_mutable = has_arg<bound_args, tag::mutable_>::value; 106 typename has_arg<bound_args, tag::mutable_>::type, 128 struct mutable_{};
|
D | skew_heap.hpp | 174 boost::parameter::optional<tag::mutable_>
|
/third_party/boost/libs/heap/tools/ |
D | throughput_benchmarks.cpp | 50 …emplate rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2>, boost::heap::mutable_<true> > > in run_benchmarks_immutable() 68 …emplate rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4>, boost::heap::mutable_<true> > > in run_benchmarks_immutable() 86 …emplate rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8>, boost::heap::mutable_<true> > > in run_benchmarks_immutable() 162 …emplate rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2>, boost::heap::mutable_<true> > > in run_benchmarks_mutable() 171 …emplate rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4>, boost::heap::mutable_<true> > > in run_benchmarks_mutable() 180 …emplate rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8>, boost::heap::mutable_<true> > > in run_benchmarks_mutable() 216 template rebind<boost::heap::skew_heap<long, boost::heap::mutable_<true> > > in run_benchmarks_mutable()
|
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/ |
D | mutable.hpp.txt | 20 /// call operator, it couldn't be used directly. So, `mutable_` allows the 30 /// mutable_adaptor<F> mutable_(F f) 63 BOOST_HOF_DECLARE_STATIC_VAR(mutable_, detail::make<mutable_adaptor>);
|
/third_party/boost/boost/hof/ |
D | mutable.hpp | 63 BOOST_HOF_DECLARE_STATIC_VAR(mutable_, detail::make<mutable_adaptor>);
|
/third_party/boost/boost/range/ |
D | atl.hpp | 420 typename mutable_<Iterator, X>::type begin(X& x) in begin()
|
D | mfc.hpp | 813 typename mutable_<Iterator, X>::type begin(X& x) in begin()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | field_mask_util_test.cc | 465 *tmp.mutable_##field_name() = src.field_name(); \ in TEST() 613 *tmp.mutable_##field_name() = msg.field_name(); \ in TEST()
|
/third_party/boost/libs/hof/doc/html/ |
D | searchindex.js | 1 …5,56,57,59,60,62,63,64,65,66,68,69,70,71,72,73],mutabl:[1,3,5,14,16,24],mutable_:[14,57],mutable_a…
|
/third_party/boost/boost/range/detail/ |
D | microsoft.hpp | 95 struct mutable_ : struct
|
/third_party/boost/libs/heap/doc/ |
D | heap.qbk | 379 [[[classref boost::heap::mutable_]]
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 1293 boost/heap/mutable_.html
|