Searched refs:throw (Results 1 – 4 of 4) sorted by relevance
81 StdAllocatorAdapter() throw() {} in throw() function82 StdAllocatorAdapter(const StdAllocatorAdapter&) throw() {} in throw() function83 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter()84 ~StdAllocatorAdapter() throw() {} in throw() function89 … size_type max_size() const throw() { return ::std::numeric_limits<size_type>::max() / sizeof(T); } in max_size()111 StdUnitAllocatorAdapter() throw() {} in throw() function112 StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter&) throw() {} in throw() function113 …ate <class U> StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdUnitAllocatorAdapter()114 ~StdUnitAllocatorAdapter() throw() {} in throw() function119 … size_type max_size() const throw() { return ::std::numeric_limits<size_type>::max() / sizeof(T); } in max_size()
41 ReceiverImpl(void) throw();100 static void* operator new(size_t size, void *pBuf) throw() in new()119 static void operator delete (void *p) throw() in delete()
42 SenderImpl(void) throw();106 static void* operator new(size_t size, void *pBuf) throw() in new()138 static void operator delete (void *p) throw() in delete()
167 static void* operator new(size_t size, nn::fnd::IAllocator& allocator) throw() in new()172 static void operator delete(void* p) throw() in delete()