Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A 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() function
520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {} in NotSTLportAllocator() function
521 ~NotSTLportAllocator() NOTHROW {} in ~NotSTLportAllocator() argument