Searched refs:null_tag (Results 1 – 25 of 28) sorted by relevance
12
/third_party/boost/boost/function_types/ |
D | property_tags.hpp | 98 typedef detail::property_tag<0,0> null_tag; typedef 100 template<class Tag1, class Tag2, class Tag3 = null_tag, class Tag4 = null_tag> 106 template<class Tag1, class Tag2, class Tag3> struct tag<Tag1,Tag2,Tag3,null_tag> 109 template<class Tag1, class Tag2> struct tag<Tag1,Tag2,null_tag,null_tag> 112 template<class Tag1> struct tag<Tag1,null_tag,null_tag,null_tag> 168 template<class Tag> struct has_property_tag<Tag,null_tag> 169 : ::boost::is_same<Tag, null_tag> 193 : has_property_tag<Tag, null_tag>
|
D | function_reference.hpp | 20 template<typename Types, typename Tag = null_tag> struct function_reference
|
D | function_pointer.hpp | 20 template<typename Types, typename Tag = null_tag> struct function_pointer
|
D | function_type.hpp | 19 template<typename Types, typename Tag = null_tag> struct function_type
|
D | member_function_pointer.hpp | 21 template<typename Types, typename Tag = null_tag>
|
D | is_function.hpp | 19 template< typename T, typename Tag = null_tag >
|
D | is_nonmember_callable_builtin.hpp | 20 template< typename T, typename Tag = null_tag >
|
D | is_function_pointer.hpp | 20 template< typename T, typename Tag = null_tag >
|
D | is_member_pointer.hpp | 19 template< typename T, typename Tag = null_tag >
|
D | is_member_function_pointer.hpp | 20 template< typename T, typename Tag = null_tag >
|
D | is_function_reference.hpp | 20 template< typename T, typename Tag = null_tag >
|
D | is_callable_builtin.hpp | 20 template< typename T, typename Tag = null_tag >
|
/third_party/boost/boost/tti/ |
D | has_function_template.hpp | 94 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \ 226 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
|
D | has_static_member_function_template.hpp | 98 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \ 238 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
|
D | has_member_function_template.hpp | 100 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \ 241 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
|
D | has_function.hpp | 69 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
|
D | has_static_member_function.hpp | 71 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
|
D | has_member_function.hpp | 75 … BOOST_TTI_TP_FS = boost::mpl::vector<>,class BOOST_TTI_TP_TAG = boost::function_types::null_tag> \
|
/third_party/boost/libs/function_types/test/custom_ccs/ |
D | property_tag.cpp | 18 typedef ft::null_tag tag4; 27 BOOST_MPL_ASSERT((ft::has_property_tag<tag4, ft::null_tag>)); 51 BOOST_MPL_ASSERT_NOT((ft::has_property_tag<tag3, ft::null_tag>));
|
/third_party/boost/boost/function_types/detail/pp_retag_default_cc/ |
D | preprocessed.hpp | 30 typedef null_tag::bits bits; 31 typedef null_tag::mask mask;
|
D | master.hpp | 48 typedef null_tag::bits bits; 49 typedef null_tag::mask mask;
|
/third_party/boost/libs/tti/doc/ |
D | tti_detail.qbk | 181 Defaults to `boost::function_types::null_tag`. 214 Defaults to `boost::function_types::null_tag`. 253 Defaults to `boost::function_types::null_tag`. 284 Defaults to `boost::function_types::null_tag`. 319 Defaults to `boost::function_types::null_tag`. 346 Defaults to `boost::function_types::null_tag`.
|
/third_party/boost/boost/tti/detail/ |
D | dstatic_function_type.hpp | 31 boost::is_same<BOOST_TTI_DETAIL_TP_TAG,boost::function_types::null_tag>,
|
/third_party/boost/boost/contract/detail/type_traits/ |
D | member_function_types.hpp | 56 boost::function_types::null_tag
|
D | mirror.hpp | 41 class BOOST_CONTRACT_DETAIL_NAME1(G) = boost::function_types::null_tag \
|
12