| /external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/detail/ |
| D | is_function_cxx_11.hpp | 19 struct is_function : public false_type {}; struct 37 struct is_function<Ret BOOST_TT_DEF_CALL(Args...)BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct 40 struct is_function<Ret(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct 45 …struct is_function<Ret BOOST_TT_DEF_CALL(Args...)const BOOST_TT_NOEXCEPT_DECL> : public true_type … struct 48 struct is_function<Ret(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct 53 …struct is_function<Ret BOOST_TT_DEF_CALL(Args...)volatile BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct 56 struct is_function<Ret(Args..., ...)volatile BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct 60 …struct is_function<Ret BOOST_TT_DEF_CALL(Args...)const volatile BOOST_TT_NOEXCEPT_DECL> : public t… struct 63 struct is_function<Ret(Args..., ...)const volatile BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct 69 struct is_function<Ret BOOST_TT_DEF_CALL(Args...)& BOOST_TT_NOEXCEPT_DECL> : public true_type {}; struct [all …]
|
| D | is_function_msvc10_fix.hpp | 14 template <class R> struct is_function<R(&&)()> : public false_type {}; struct 15 template <class R> struct is_function<R(&&)(...)> : public false_type {}; struct 16 template <class R, class Arg1> struct is_function<R(&&)(Arg1)> : public false_type {}; struct 17 template <class R, class Arg1> struct is_function<R(&&)(Arg1, ...)> : public false_type {}; struct 18 template <class R, class Arg1, class Arg2> struct is_function<R(&&)(Arg1, Arg2)> : public false_typ… struct 19 template <class R, class Arg1, class Arg2> struct is_function<R(&&)(Arg1, Arg2, ...)> : public fals… struct 20 template <class R, class Arg1, class Arg2, class Arg3> struct is_function<R(&&)(Arg1, Arg2, Arg3)> … struct 21 template <class R, class Arg1, class Arg2, class Arg3> struct is_function<R(&&)(Arg1, Arg2, Arg3, .… struct 22 template <class R, class Arg1, class Arg2, class Arg3, class Arg4> struct is_function<R(&&)(Arg1, A… struct 23 template <class R, class Arg1, class Arg2, class Arg3, class Arg4> struct is_function<R(&&)(Arg1, A… struct [all …]
|
| D | is_function_cxx_03.hpp | 92 template <class T> struct is_function : integral_constant<bool, __is_function(T)> {}; struct 94 template <class T> struct is_function : integral_constant<bool, ::boost::detail::is_function_impl<T… struct 96 template <class T> struct is_function<T&&> : public false_type {}; struct 99 template <class T> struct is_function<T&> : public false_type {}; struct
|
| /external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
| D | is_function.hpp | 36 struct is_function:boost::is_function<T>{}; struct 47 struct is_function:std::is_function<T>{}; struct
|
| /external/llvm-libc/src/__support/CPP/type_traits/ |
| D | is_function.h | 21 struct is_function : integral_constant<bool, __is_function(T)> {}; struct
|
| /external/cronet/third_party/libc++/src/include/__type_traits/ |
| D | is_function.h | 26 struct _LIBCPP_TEMPLATE_VIS is_function : integral_constant<bool, __is_function(_Tp)> {}; struct
|
| /external/sdv/vsomeip/third_party/boost/function_types/include/boost/function_types/ |
| D | is_function.hpp | 20 struct is_function struct
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | function_def_to_graph.py | 134 def is_function(fname): function
|
| /external/rust/crates/bindgen/ir/ |
| D | item_kind.rs | 63 pub(crate) fn is_function(&self) -> bool { in is_function() method
|
| D | ty.rs | 119 pub(crate) fn is_function(&self) -> bool { in is_function() method
|
| /external/tensorflow/tensorflow/core/common_runtime/eager/ |
| D | execute_node.cc | 99 const bool is_function = kernel->IsFunction(); in Init() local
|
| D | attr_builder_test.cc | 43 bool is_function = false; in TEST() local
|
| D | eager_operation.h | 146 bool is_function() const { return is_function_; } in is_function() function
|
| D | attr_builder.cc | 67 bool* is_function) { in AttrTypeMapForOp()
|
| D | eager_operation.cc | 318 bool is_function = false; in Reset() local
|
| D | execute.cc | 218 const bool is_function = kernel->IsFunction(); in ValidateInputTypeAndPlacement() local 1560 const bool is_function = op->is_function(); in EagerRemoteExecute() local
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/ |
| D | actor.cpp | 71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function() function in mf_message_handler
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/ |
| D | actor.cpp | 71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function() function in mf_message_handler
|
| /external/tensorflow/tensorflow/core/protobuf/ |
| D | eager_service.proto | 52 bool is_function = 9; field
|
| /external/mesa3d/src/compiler/glsl/glcpp/ |
| D | glcpp.h | 149 int is_function; member
|
| /external/sandboxed-api/sandboxed_api/tools/generator2/ |
| D | code.py | 226 def is_function(self): member in Type
|
| /external/tensorflow/tensorflow/c/eager/ |
| D | c_api.cc | 678 bool is_function; in TFE_OpGetAttrType() local
|
| /external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
| D | ItaniumDemangle.cpp | 1656 bool is_function = *t == 'F'; in parse_type() local
|
| /external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
| D | type_traits.hpp | 766 struct is_function struct
|
| /external/clang/test/SemaCXX/ |
| D | type-traits.cpp | 577 void is_function() in is_function() function
|