Searched refs:NotSTLportAllocator (Results 1 – 2 of 2) sorted by relevance
510 struct NotSTLportAllocator : public allocator<_Tp> { struct513 typedef NotSTLportAllocator<_Tp1> other; argument516 NotSTLportAllocator() NOTHROW {} in NotSTLportAllocator() function518 template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&) NOTHROW {} in NotSTLportAllocator() argument520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {} in NotSTLportAllocator() function521 ~NotSTLportAllocator() NOTHROW {} in ~NotSTLportAllocator() argument533 typedef vector<int, NotSTLportAllocator<int> > V; in ebo()
510 struct NotSTLportAllocator : public allocator<_Tp> { struct513 typedef NotSTLportAllocator<_Tp1> other; argument516 NotSTLportAllocator() NOTHROW {} in NotSTLportAllocator() argument518 template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&) NOTHROW {} in NotSTLportAllocator() argument520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {} in NotSTLportAllocator() function521 ~NotSTLportAllocator() NOTHROW {} in ~NotSTLportAllocator() argument533 typedef vector<int, NotSTLportAllocator<int> > V; in ebo()