Home
last modified time | relevance | path

Searched refs:NotSTLportAllocator (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dvector_test.cpp510 struct NotSTLportAllocator : public allocator<_Tp> { struct
513 typedef NotSTLportAllocator<_Tp1> other; argument
516 NotSTLportAllocator() NOTHROW {} in NotSTLportAllocator() argument
518 template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&) NOTHROW {} in NotSTLportAllocator() argument
520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {} in NotSTLportAllocator() argument
521 ~NotSTLportAllocator() NOTHROW {} in ~NotSTLportAllocator() argument
533 typedef vector<int, NotSTLportAllocator<int> > V; in ebo()
/ndk/tests/device/test-stlport/unit/
Dvector_test.cpp510 struct NotSTLportAllocator : public allocator<_Tp> { struct
513 typedef NotSTLportAllocator<_Tp1> other; argument
516 NotSTLportAllocator() NOTHROW {} in NotSTLportAllocator() function
518 template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&) NOTHROW {} in NotSTLportAllocator() function
520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {} in NotSTLportAllocator() function
521 ~NotSTLportAllocator() NOTHROW {} in ~NotSTLportAllocator() argument
533 typedef vector<int, NotSTLportAllocator<int> > V; in ebo()