Home
last modified time | relevance | path

Searched refs:chain_impl (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/fwd/
Dchain.hpp56 struct chain_impl : chain_impl<M, when<true>> { };
/third_party/boost/boost/hana/fwd/
Dchain.hpp56 struct chain_impl : chain_impl<M, when<true>> { };
/third_party/boost/boost/hana/
Dchain.hpp27 using Chain = BOOST_HANA_DISPATCH_IF(chain_impl<M>, in operator ()()
41 struct chain_impl<M, when<condition>> : default_ { struct
/third_party/boost/libs/hana/include/boost/hana/
Dchain.hpp27 using Chain = BOOST_HANA_DISPATCH_IF(chain_impl<M>, in operator ()()
41 struct chain_impl<M, when<condition>> : default_ { struct
/third_party/boost/boost/iostreams/
Dchain.hpp131 chain_base() : pimpl_(new chain_impl) { } in chain_base()
312 struct chain_impl { struct in boost::iostreams::detail::chain_base
313 chain_impl() in chain_impl() function
319 ~chain_impl() in ~chain_impl() argument
382 friend struct chain_impl;
387 shared_ptr<chain_impl> pimpl_;
/third_party/boost/libs/hana/include/boost/hana/concept/
Dmonad.hpp28 !is_default<chain_impl<typename tag_of<M>::type>>::value
/third_party/boost/boost/hana/concept/
Dmonad.hpp28 !is_default<chain_impl<typename tag_of<M>::type>>::value
/third_party/boost/libs/hana/test/_include/support/
Didentity.hpp151 struct chain_impl<Identity> { struct