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

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

Completed in 209 milliseconds