Searched refs:throw (Results 1 – 4 of 4) sorted by relevance
83 StdAllocatorAdapter() throw() {} in throw() function84 StdAllocatorAdapter(const StdAllocatorAdapter&) throw() {} in throw() function85 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter()86 ~StdAllocatorAdapter() throw() {} in throw() function91 … size_type max_size() const throw() { return ::std::numeric_limits<size_type>::max() / sizeof(T); } in max_size()113 StdUnitAllocatorAdapter() throw() {} in throw() function114 StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter&) throw() {} in throw() function115 …ate <class U> StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdUnitAllocatorAdapter()116 ~StdUnitAllocatorAdapter() throw() {} in throw() function121 … 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()