Home
last modified time | relevance | path

Searched refs:mutable_ (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/hof/test/
Dmutable.cpp30 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()
Dproj.cpp36 …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/
Dmutable_heap_test.cpp22 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()
Dd_ary_heap_test.cpp81 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()
Dskew_heap_test.cpp55 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/
Dpolicies.hpp40 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_{};
Dskew_heap.hpp174 boost::parameter::optional<tag::mutable_>
/third_party/boost/libs/heap/tools/
Dthroughput_benchmarks.cpp50 …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/
Dmutable.hpp.txt20 /// 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/
Dmutable.hpp63 BOOST_HOF_DECLARE_STATIC_VAR(mutable_, detail::make<mutable_adaptor>);
/third_party/boost/boost/range/
Datl.hpp420 typename mutable_<Iterator, X>::type begin(X& x) in begin()
Dmfc.hpp813 typename mutable_<Iterator, X>::type begin(X& x) in begin()
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util_test.cc465 *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/
Dsearchindex.js1 …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/
Dmicrosoft.hpp95 struct mutable_ : struct
/third_party/boost/libs/heap/doc/
Dheap.qbk379 [[[classref boost::heap::mutable_]]
/third_party/boost/doc/html/
Ddoc_HTML.manifest1293 boost/heap/mutable_.html