Home
last modified time | relevance | path

Searched defs:apply_impl (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/metaparse/v1/
Dgrammar.hpp94 struct apply_impl struct
96 typedef apply_impl type;
99 struct apply :
116 struct apply_impl struct
118 typedef apply_impl type;
121 struct apply :
158 struct apply_impl struct
160 typedef apply_impl type;
163 struct apply : get_parser<G, Name> {};
175 struct apply_impl struct
[all …]
/third_party/boost/libs/hana/include/boost/hana/
Dscan_left.hpp100 apply_impl(Xs&& xs, State&& state, F const& f, in apply_impl() function
112 apply_impl(Xs&& xs, State&& state, F const& f, std::index_sequence<n>) { in apply_impl() function
119 apply_impl(Xs&&, State&& state, F const&, std::index_sequence<>) { in apply_impl() function
Dscan_right.hpp97 apply_impl(Xs&& xs, State&& state, F const& f, in apply_impl() function
109 apply_impl(Xs&& xs, State&& state, F const& f, std::index_sequence<n>) { in apply_impl() function
116 apply_impl(Xs&&, State&& state, F const&, std::index_sequence<>) { in apply_impl() function
Dsort.hpp252 static constexpr auto apply_impl(Xs&& xs, std::index_sequence<i...>) { in apply_impl() function
Dmap.hpp344 static constexpr auto apply_impl(Map&& map, Key const& key, hana::false_) { in apply_impl() function
350 static constexpr auto apply_impl(Map&& map, Key const&, hana::true_) { in apply_impl() function
/third_party/boost/boost/hana/
Dscan_left.hpp100 apply_impl(Xs&& xs, State&& state, F const& f, in apply_impl() function
112 apply_impl(Xs&& xs, State&& state, F const& f, std::index_sequence<n>) { in apply_impl() function
119 apply_impl(Xs&&, State&& state, F const&, std::index_sequence<>) { in apply_impl() function
Dscan_right.hpp97 apply_impl(Xs&& xs, State&& state, F const& f, in apply_impl() function
109 apply_impl(Xs&& xs, State&& state, F const& f, std::index_sequence<n>) { in apply_impl() function
116 apply_impl(Xs&&, State&& state, F const&, std::index_sequence<>) { in apply_impl() function
Dsort.hpp252 static constexpr auto apply_impl(Xs&& xs, std::index_sequence<i...>) { in apply_impl() function
Dmap.hpp344 static constexpr auto apply_impl(Map&& map, Key const& key, hana::false_) { in apply_impl() function
350 static constexpr auto apply_impl(Map&& map, Key const&, hana::true_) { in apply_impl() function
/third_party/boost/boost/context/detail/
Dapply.hpp38 apply_impl( Fn && fn, Tpl && tpl, index_sequence< I ... >) in apply_impl() function
/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc46 static std::function<int(int)> apply_impl; member
54 std::function<int(int)> PolicyWithoutOptionalOps::apply_impl; member in absl::container_internal::__anonf6d236bd0111::PolicyWithoutOptionalOps
Draw_hash_set_test.cc279 std::declval<V>())) static apply_impl(F&& f, in apply_impl() function in absl::container_internal::__anondf91866c0111::StringPolicy
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc46 static std::function<int(int)> apply_impl; member
54 std::function<int(int)> PolicyWithoutOptionalOps::apply_impl; member in absl::container_internal::__anonf4bdfad20111::PolicyWithoutOptionalOps
Draw_hash_set_benchmark.cc64 std::declval<V>())) static apply_impl(F&& f, in apply_impl() function in absl::container_internal::__anon80e747ec0111::StringPolicy
Draw_hash_set_test.cc325 std::declval<V>())) static apply_impl(F&& f, in apply_impl() function in absl::container_internal::__anona4151ec10111::StringPolicy
/third_party/boost/boost/geometry/algorithms/detail/equals/
Dcollect_vectors.hpp340 static inline void apply_impl(Collection& collection, NormalizedRange const& range) in apply_impl() function