Home
last modified time | relevance | path

Searched defs:_Is (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dtype_traits_test.cpp576 typedef typename _STLportClass::_Ret _Is; in is_stlport_class() typedef
578 typedef typename __bool2type<_STLportClass::_Is>::_Ret _Is; in is_stlport_class() typedef
/ndk/tests/device/test-gnustl-full/unit/
Dtype_traits_test.cpp576 typedef typename _STLportClass::_Ret _Is; in is_stlport_class() typedef
578 typedef typename __bool2type<_STLportClass::_Is>::_Ret _Is; in is_stlport_class() typedef
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dboost_type_traits.h49 enum { _Is = ::boost::is_reference<_Tp>::value }; enumerator