/third_party/boost/boost/callable_traits/detail/unguarded/ |
D | pmf_varargs_4.hpp | 33 struct pmf<Return(BOOST_CLBL_TRTS_VARARGS_CC T::*)(Args..., ...) struct 43 using traits = pmf; argument 45 using return_type = Return; 47 using type = Return(BOOST_CLBL_TRTS_VARARGS_CC T::*)(Args..., ...) 52 using invoke_type = typename std::conditional< 58 using arg_types = std::tuple<invoke_type, Args...>; 59 using non_invoke_arg_types = std::tuple<Args...>; 61 using function_object_signature = Return(Args..., ...); 63 using function_type = Return(invoke_type, Args..., ...); 65 using qualified_function_type = Return(Args..., ...) [all …]
|
D | pmf_4.hpp | 33 struct pmf<Return(BOOST_CLBL_TRTS_CC T::*)(Args...) struct 41 using traits = pmf; argument 43 using return_type = Return; 45 using type = Return(BOOST_CLBL_TRTS_CC T::*)(Args...) 50 using invoke_type = typename std::conditional< 56 using arg_types = std::tuple<invoke_type, Args...>; 57 using non_invoke_arg_types = std::tuple<Args...>; 59 using function_object_signature = Return(Args...); 61 using function_type = Return(invoke_type, Args...); 63 using qualified_function_type = Return(Args...) [all …]
|
/third_party/boost/libs/callable_traits/example/ |
D | remove_member_volatile.cpp | 23 using pmf = int(foo::*)() const volatile; in main() typedef 28 using pmf = int(foo::*)() volatile &&; in main() typedef 33 using pmf = int(foo::*)() volatile &; in main() typedef
|
D | remove_member_reference.cpp | 23 using pmf = int(foo::*)() &; in main() typedef 28 using pmf = int(foo::*)() const &&; in main() typedef 33 using pmf = int(foo::*)() const volatile &; in main() typedef
|
D | add_member_lvalue_reference.cpp | 23 using pmf = void(foo::*)(); in main() typedef 30 using pmf = void(foo::*)() &; in main() typedef 38 using pmf = void(foo::*)() &&; in main() typedef
|
D | add_member_volatile.cpp | 23 using pmf = void(foo::*)(); in main() typedef 30 using pmf = void(foo::*)() volatile &&; in main() typedef 35 using pmf = void(foo::*)() const &; in main() typedef
|
D | remove_member_const.cpp | 23 using pmf = int(foo::*)() const; in main() typedef 28 using pmf = int(foo::*)() const &&; in main() typedef 33 using pmf = int(foo::*)() const volatile &; in main() typedef
|
D | remove_member_cv.cpp | 23 using pmf = int(foo::*)() const volatile; in main() typedef 28 using pmf = int(foo::*)() const &&; in main() typedef 33 using pmf = int(foo::*)() const volatile &; in main() typedef
|
D | add_member_cv.cpp | 23 using pmf = void(foo::*)(); in main() typedef 30 using pmf = void(foo::*)() const volatile &&; in main() typedef 35 using pmf = void(foo::*)() volatile &; in main() typedef
|
D | add_member_rvalue_reference.cpp | 23 using pmf = void(foo::*)(); in main() typedef 30 using pmf = void(foo::*)() &&; in main() typedef 38 using pmf = void(foo::*)() const &; in main() typedef
|
D | add_member_const.cpp | 23 using pmf = int(foo::*)(); in main() typedef 30 using pmf = int(foo::*)() const &&; in main() typedef 35 using pmf = int(foo::*)() volatile &; in main() typedef
|
D | intro.cpp | 43 using pmf = decltype(&foo::operator()); in main() typedef
|
D | overview.cpp | 28 using pmf = decltype(&number::add); typedef
|
D | remove_varargs.cpp | 35 using pmf = void(foo::*)(...) const; in main() typedef
|
D | add_varargs.cpp | 33 using pmf = void(foo::*)() const; in main() typedef
|
D | args.cpp | 38 using pmf = void(foo::*)(int, float&, const char*); in main() typedef
|
/third_party/boost/libs/callable_traits/test/ |
D | return_type.cpp | 40 using pmf = decltype(&foo1::bar); in main() typedef 43 using pmf = decltype(&foo2::bar); in main() typedef
|
D | args.cpp | 45 using pmf = decltype(&foo1::bar); in main() typedef 49 using pmf = decltype(&foo2::bar); in main() typedef
|
/third_party/boost/libs/python/test/ |
D | indirect_traits_test.cpp | 18 typedef void (X::*pmf)(); typedef
|
/third_party/boost/boost/python/ |
D | pure_virtual.hpp | 117 pure_virtual(PointerToMemberFunction pmf) in pure_virtual()
|
/third_party/boost/boost/callable_traits/detail/ |
D | pmf.hpp | 43 struct pmf : default_callable_traits<T> {}; struct
|
/third_party/boost/boost/proto/detail/ |
D | decltype.hpp | 443 pmf_type pmf; member
|
/third_party/abseil-cpp/absl/random/ |
D | poisson_distribution_test.cc | 179 double pmf; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | poisson_distribution_test.cc | 179 double pmf; member
|
/third_party/boost/libs/beast/test/beast/zlib/ |
D | deflate_stream.cpp | 407 doMatrix(ICompressor& c, std::string const& check, pmf_t pmf) in doMatrix()
|