HomeSort by relevance Sort by last modified time
    Searched full:_m_from (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_convertible.hpp 72 static typename add_rvalue_reference<From>::type _m_from; member in struct:boost::detail::does_conversion_exist::result_
73 enum { value = sizeof( _m_check(_m_from) ) == sizeof(yes_type) };
110 static typename add_rvalue_reference<From>::type _m_from;
111 static bool const value = sizeof( checker<To>::_m_check(_m_from) )
135 static typename add_rvalue_reference<From>::type _m_from;
136 static bool const value = sizeof( boost::detail::checker<To>::_m_check(_m_from, 0) )
165 static typename add_rvalue_reference<From>::type _m_from;
168 sizeof( _m_check(_m_from, 0) ) == sizeof(::boost::type_traits::yes_type)
189 static typename add_rvalue_reference<From>::type _m_from;
191 // Static constants sometime cause the conversion of _m_from to To to b
    [all...]

Completed in 392 milliseconds