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

  /external/stlport/stlport/stl/
_alloc.h 497 void _M_swap_alloc(_Self&, const __true_type& /*_IsStateless*/)
500 void _M_swap_alloc(_Self& __x, const __false_type& /*_IsStateless*/) {
509 typedef typename _IsStateless<_MaybeReboundAlloc>::_Ret _StatelessAlloc;
511 typedef typename __bool2type<_IsStateless<_MaybeReboundAlloc>::_Is>::_Ret _StatelessAlloc;
type_traits.h 601 struct _IsStateless {

Completed in 13 milliseconds