Home
last modified time | relevance | path

Searched defs:chain_impl (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/hana/
Dchain.hpp41 struct chain_impl<M, when<condition>> : default_ { struct
43 static constexpr auto apply(Xs&& xs, F&& f) { in apply()
/third_party/boost/libs/hana/include/boost/hana/
Dchain.hpp41 struct chain_impl<M, when<condition>> : default_ { struct
43 static constexpr auto apply(Xs&& xs, F&& f) { in apply()
/third_party/boost/boost/iostreams/
Dchain.hpp312 struct chain_impl { struct in boost::iostreams::detail::chain_base
313 chain_impl() in chain_impl() function
319 ~chain_impl() in ~chain_impl()
324 void close() in close()
354 void reset() in reset()
375 list_type links_;
376 client_type* client_;
377 std::streamsize device_buffer_size_,
378 filter_buffer_size_,
379 pback_size_;
[all …]
/third_party/boost/libs/hana/test/_include/support/
Didentity.hpp151 struct chain_impl<Identity> { struct
153 static constexpr auto apply(X x, F f) in apply()