| /third_party/boost/boost/lambda/detail/ |
| D | lambda_traits.hpp | 394 struct bind_traits { struct 395 typedef const T type; 399 struct bind_traits<T&> { struct 400 typedef T& type; 406 struct bind_traits<null_type> { struct 407 typedef null_type type; 413 struct bind_traits<const null_type> { struct 414 typedef null_type type; 421 template<class T, int n> struct bind_traits <T[n]> { struct 422 typedef const T (&type)[n]; [all …]
|
| /third_party/boost/boost/local_function/aux_/macro/code_/ |
| D | bind.hpp | 38 #define BOOST_LOCAL_FUNCTION_AUX_CODE_BIND_TAG_DECL_(r, id, i, bind_traits) \ argument 44 r, id, typename01, i, bind_traits) \ argument 61 r, id, typename01, i, bind_traits) \ argument 73 r, id_typename, i, bind_traits) \ argument 83 r, id_typename, i, bind_traits) \ argument 108 r, id_typename, i, bind_traits) \ argument 115 #define BOOST_LOCAL_FUNCTION_AUX_CODE_BIND_PARAM_INIT_(r, id, i, bind_traits) \ argument
|
| D | functor.hpp | 165 r, offset, i, bind_traits) \ argument 215 r, id_typename_offset_const, i, bind_traits) \ argument 226 r, offset, i, bind_traits) \ argument 232 r, id_typename_offset_const, i, bind_traits) \ argument 264 r, id_typename_offset_const, i, bind_traits) \ argument 272 r, id_typename_offset_const, i, bind_traits) \ argument 287 r, id_typename_offset_const, i, bind_traits) \ argument 296 r, id_offset, i, bind_traits) \ argument 316 r, id_typename_offset_const, i, bind_traits) \ argument
|
| /third_party/boost/boost/local_function/aux_/preprocessor/traits/ |
| D | bind.hpp | 27 #define BOOST_LOCAL_FUNCTION_AUX_PP_BIND_TRAITS_VAR_WITHOUT_TYPE(bind_traits) \ argument 33 #define BOOST_LOCAL_FUNCTION_AUX_PP_BIND_TRAITS_VAR_WITH_TYPE(bind_traits) \ argument
|
| D | decl_binds.hpp | 18 d, bind_macro, bind_traits) \ argument
|
| D | decl_const_binds.hpp | 19 d, bind_macro, bind_traits) \ argument
|