HomeSort by relevance Sort by last modified time
    Searched refs:_STLportClass (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
type_traits_test.cpp 574 typedef _IsSTLportClass<_Tp> _STLportClass;
576 typedef typename _STLportClass::_Ret _Is;
578 typedef typename __bool2type<_STLportClass::_Is>::_Ret _Is;
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 574 typedef _IsSTLportClass<_Tp> _STLportClass;
576 typedef typename _STLportClass::_Ret _Is;
578 typedef typename __bool2type<_STLportClass::_Is>::_Ret _Is;
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 574 typedef _IsSTLportClass<_Tp> _STLportClass;
576 typedef typename _STLportClass::_Ret _Is;
578 typedef typename __bool2type<_STLportClass::_Is>::_Ret _Is;

Completed in 40 milliseconds