Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
Din_place_factory.hpp61 for(char* next = address = this->BOOST_NESTED_TEMPLATE apply<T>(address);
63 this->BOOST_NESTED_TEMPLATE apply<T>(next = next+sizeof(T));
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dis_function.hpp59 ::BOOST_NESTED_TEMPLATE result_<T>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
Dsuffix.hpp436 # define BOOST_NESTED_TEMPLATE template macro
438 # define BOOST_NESTED_TEMPLATE macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp104 factory.BOOST_NESTED_TEMPLATE apply<T>(address); in construct()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind.hpp922 … R2, class F, class L> class bind_t: public bind_t_generator<R2>::BOOST_NESTED_TEMPLATE implementa…
926 …bind_t(F f, L const & l): bind_t_generator<R2>::BOOST_NESTED_TEMPLATE implementation<F, L>(f, l) {} in bind_t()