Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dis_member_function_pointer.hpp105 static T* m_t;
108 (1 == sizeof(type_traits::is_mem_fun_pointer_tester(m_t))) );
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dtest_tools.hpp436 explicit print_helper_t( T const& t ) : m_t( t ) {} in print_helper_t()
438 T const& m_t; member
447 explicit print_helper_t( T const * t ) : m_t( t ) {} in print_helper_t()
449 T const * m_t; member
467 print_log_value<T>()( ostr, ph.m_t ); in operator <<()