/third_party/boost/boost/proto/transform/ |
D | integral_c.hpp | 77 struct is_callable<integral_c<T, I> > struct 84 struct is_callable<char_<I> > struct 91 struct is_callable<int_<I> > struct 98 struct is_callable<long_<I> > struct 105 struct is_callable<size_t<I> > struct
|
D | arg.hpp | 311 struct is_callable<_expr> struct 318 struct is_callable<_state> struct 325 struct is_callable<_data> struct 332 struct is_callable<_child_c<N> > struct 339 struct is_callable<_value> struct 346 struct is_callable<_byref> struct 353 struct is_callable<_byval> struct
|
D | make.hpp | 47 : mpl::and_<is_callable<T>, is_transform<T> > 267 struct is_callable<make<Object> > struct 274 struct is_callable<protect<PrimitiveTransform> > struct
|
D | when.hpp | 53 is_callable<R>::value 257 struct is_callable<when<Grammar, Transform> > struct
|
D | fold_tree.hpp | 169 struct is_callable<fold_tree<Sequence, State0, Fun> > struct 176 struct is_callable<reverse_fold_tree<Sequence, State0, Fun> > struct
|
D | fold.hpp | 237 struct is_callable<fold<Sequence, State, Fun> > struct 244 struct is_callable<reverse_fold<Sequence, State, Fun> > struct
|
D | lazy.hpp | 53 struct is_callable<lazy<Object> > struct
|
D | pass_through.hpp | 135 struct is_callable<pass_through<Grammar, Domain> > struct
|
D | env.hpp | 493 struct is_callable<_env_var<Key> > struct 499 struct is_callable<functional::has_env_var<Key> > struct 505 struct is_callable<functional::env_var<Key> > struct
|
D | call.hpp | 391 struct is_callable<call<Fun> > struct
|
/third_party/boost/boost/proto/ |
D | generate.hpp | 381 struct is_callable<default_generator> struct 387 struct is_callable<generator<Extends> > struct 393 struct is_callable<pod_generator<Extends> > struct 399 struct is_callable<by_value_generator> struct 405 struct is_callable<compose_generators<First, Second> > struct
|
D | traits.hpp | 94 struct is_callable struct 101 struct is_callable<proto::_> struct 108 struct is_callable<proto::callable> struct 115 struct is_callable<proto::transform<PrimitiveTransform, X> > struct 122 struct is_callable<proto::expr<Tag, Args, N> > struct 128 struct is_callable<proto::basic_expr<Tag, Args, N> > struct 1227 struct is_callable<functional::as_expr<Domain> > struct 1234 struct is_callable<functional::as_child<Domain> > struct 1241 struct is_callable<functional::child_c<N> > struct 1248 struct is_callable<functional::child<N> > struct
|
D | matches.hpp | 899 struct is_callable<or_<BOOST_PROTO_LOGICAL_G> > struct 906 struct is_callable<and_<BOOST_PROTO_LOGICAL_G> > struct 913 struct is_callable<not_<Grammar> > struct 920 struct is_callable<if_<If, Then, Else> > struct 927 struct is_callable<vararg<Grammar> > struct 934 struct is_callable<switch_<Cases, Transform> > struct
|
D | make_expr.hpp | 492 struct is_callable<functional::make_expr<Tag, Domain> > struct 499 struct is_callable<functional::unpack_expr<Tag, Domain> > struct
|
D | fusion.hpp | 261 struct is_callable<eval_fun<Context> > struct
|
/third_party/boost/boost/spirit/home/x3/support/utility/ |
D | is_callable.hpp | 28 struct is_callable; 31 struct is_callable<F(A...)> : detail::is_callable_impl<F(A...)> {}; struct
|
/third_party/boost/boost/convert/detail/ |
D | is_converter.hpp | 25 BOOST_DECLARE_IS_CALLABLE(is_callable, operator()); 27 BOOST_STATIC_CONSTANT(bool, value = (is_callable<class_type, signature_type>::value));
|
/third_party/boost/boost/spirit/home/x3/core/ |
D | call.hpp | 72 return detail::call(f, attr_context, is_callable<F(decltype(attr_context) const&)>()); in call()
|
/third_party/grpc/src/php/lib/Grpc/ |
D | AbstractCall.php | 65 is_callable($call_credentials_callback =
|
D | BaseStub.php | 57 if (is_callable($opts['update_metadata'])) {
|
/third_party/boost/boost/phoenix/core/ |
D | call.hpp | 124 struct is_callable<phoenix::call<Fun, Dummy> > : mpl::true_ {}; struct
|
/third_party/boost/libs/proto/doc/ |
D | glossary.qbk | 19 `proto::is_callable<R>::value` is `true`. `R` is treated as a polymorphic 71 `proto::is_callable<R>::value` is `false`. `R` is treated as the type of an
|
D | back_end.qbk | 739 …roto::is_callable<>`, to differentiate. `is_callable< long >::value` is false so `long(proto::_val… 1720 struct is_callable<_child_c<N> > 1741 …s the `is_callable<>` specialization, which will be described in the [link boost_proto.users_guide… 1746 [section:is_callable Making Your Transform Callable] 1749 …determines how _when_ evaluates the transform. _when_ uses the `proto::is_callable<>` trait to dis… 1751 For most types `R`, `proto::is_callable<R>` checks for inheritance from `proto::callable`. However,… 1789 Another solution is to specialize `proto::is_callable<>` on our `times2<>` template: 1795 struct is_callable<times2<T> >
|
/third_party/node/src/ |
D | req_wrap-inl.h | 110 static_assert(!is_callable<T>::value,
|
D | util.h | 615 struct is_callable : std::is_function<T> { }; struct 618 struct is_callable<T, typename std::enable_if<
|