Searched defs:NOTHROW (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Dvector_test.cpp501 # define NOTHROW _STLP_NOTHROW macro
503 # define NOTHROW throw() macro
516 NotSTLportAllocator() NOTHROW {}
518 template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&) NOTHROW {}
520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {}
521 ~NotSTLportAllocator() NOTHROW {}
/ndk/tests/device/test-stlport/unit/
H A Dvector_test.cpp501 # define NOTHROW _STLP_NOTHROW macro
503 # define NOTHROW throw() macro
516 NotSTLportAllocator() NOTHROW {}
518 template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&) NOTHROW {}
520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {}
521 ~NotSTLportAllocator() NOTHROW {}

Completed in 85 milliseconds