Home
last modified time | relevance | path

Searched refs:BOOST_FUNCTION_ARGS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_template.hpp30 # define BOOST_FUNCTION_ARGS BOOST_PP_ENUM_PARAMS(BOOST_FUNCTION_NUM_ARGS, a) macro
34 # define BOOST_FUNCTION_ARGS BOOST_PP_ENUM(BOOST_FUNCTION_NUM_ARGS,BOOST_FUNCTION_ARG,BOOST_PP_EM… macro
101 return f(BOOST_FUNCTION_ARGS); in invoke()
118 BOOST_FUNCTION_RETURN(f(BOOST_FUNCTION_ARGS)); in invoke()
138 return (*f)(BOOST_FUNCTION_ARGS); in invoke()
159 BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS)); in invoke()
176 return (*f)(BOOST_FUNCTION_ARGS); in invoke()
194 BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS)); in invoke()
213 return boost::mem_fn(*f)(BOOST_FUNCTION_ARGS); in invoke()
231 BOOST_FUNCTION_RETURN(boost::mem_fn(*f)(BOOST_FUNCTION_ARGS)); in invoke()
[all …]