Home
last modified time | relevance | path

Searched refs:throw (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_Allocator.h83 StdAllocatorAdapter() throw() {} in throw() function
84 StdAllocatorAdapter(const StdAllocatorAdapter&) throw() {} in throw() function
85 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter()
86 ~StdAllocatorAdapter() throw() {} in throw() function
91 … size_type max_size() const throw() { return ::std::numeric_limits<size_type>::max() / sizeof(T); } in max_size()
113 StdUnitAllocatorAdapter() throw() {} in throw() function
114 StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter&) throw() {} in throw() function
115 …ate <class U> StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdUnitAllocatorAdapter()
116 ~StdUnitAllocatorAdapter() throw() {} in throw() function
121 … size_type max_size() const throw() { return ::std::numeric_limits<size_type>::max() / sizeof(T); } in max_size()
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/rdt/CTR/
Drdt_ReceiverImpl.h41 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()
Drdt_SenderImpl.h42 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()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/
Dosl_IpcDispatcher.h167 static void* operator new(size_t size, nn::fnd::IAllocator& allocator) throw() in new()
172 static void operator delete(void* p) throw() in delete()