Searched refs:Tag (Results 1 – 13 of 13) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/fnd/ |
| D | fnd_LinkedList.h | 73 template <typename T, typename Tag = void> 74 class IntrusiveLinkedList : private nn::util::NonCopyable<IntrusiveLinkedList<T, Tag> > 212 template <typename T, typename Tag> 213 class IntrusiveLinkedList<T, Tag>::Item : private nn::util::NonCopyable<IntrusiveLinkedList<T, Tag>… 226 template <typename T, typename Tag> 227 inline void IntrusiveLinkedList<T, Tag>::ClearLinks(Item* p) in ClearLinks() 232 template <typename T, typename Tag> 233 inline void IntrusiveLinkedList<T, Tag>::InsertBefore(Item* p, Item* q) in InsertBefore() 241 template <typename T, typename Tag> 242 inline void IntrusiveLinkedList<T, Tag>::PushBack(T* p) in PushBack() [all …]
|
| D | fnd_Queue.h | 33 template <typename T, typename Tag = void> 34 class IntrusiveQueue : private nn::util::NonCopyable<IntrusiveQueue<T, Tag> > 85 template <typename T, typename Tag> 86 class IntrusiveQueue<T, Tag>::Item : private nn::util::NonCopyable<IntrusiveQueue<T, Tag>::Item> 96 template <typename T, typename Tag> 97 inline void IntrusiveQueue<T, Tag>::Enqueue(T* p) in Enqueue() 114 template <typename T, typename Tag> 115 inline T* IntrusiveQueue<T, Tag>::Dequeue() in Dequeue() 137 template <typename T, typename Tag> 138 inline void IntrusiveQueue<T, Tag>::Clear() in Clear()
|
| D | fnd_Allocator.h | 58 template <typename Allocator, typename Tag> 70 template <typename Allocator, typename T, typename Tag = void> 71 class StdAllocatorAdapter : public StdAllocatorAdapterHolder<Allocator, Tag> 82 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; }; 85 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter() argument 89 …, void* = 0) { return static_cast<T*>(StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()->A… 90 …void deallocate(pointer p, size_type) { StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()-… in deallocate() 97 template <typename Allocator, typename T, typename Tag = void> 112 template <class U> struct rebind { typedef StdUnitAllocatorAdapter<Allocator, U, Tag> other; }; 115 …template <class U> StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter<Allocator, U, Tag>&) thro… in StdUnitAllocatorAdapter() argument [all …]
|
| /CTR-SDK-0.14.4/include/nn/midi/CTR/ |
| D | midi_Midi.h | 38 enum Tag enum
|
| /CTR-SDK-0.14.4/include/nn/socket/ |
| D | socket_Privileged.h | 37 enum Tag enum
|
| D | socket_User.h | 38 enum Tag enum
|
| /CTR-SDK-0.14.4/include/nn/cec/CTR/ |
| D | cec_Cec.h | 38 enum Tag enum
|
| D | cec_CecSys.h | 38 enum Tag enum
|
| /CTR-SDK-0.14.4/include/nn/ssl/ |
| D | ssl_ConnectionIpc.h | 39 enum Tag enum
|
| /CTR-SDK-0.14.4/include/nn/util/ |
| D | util_Int64.h | 27 template <typename Base, typename Tag = void>
|
| /CTR-SDK-0.14.4/include/nn/y2r/CTR/ |
| D | y2r_Y2r.h | 39 enum Tag enum
|
| /CTR-SDK-0.14.4/include/nn/http/ |
| D | http_ConnectionIpc.h | 39 enum Tag enum
|
| /CTR-SDK-0.14.4/include/nn/camera/CTR/ |
| D | camera_Camera.h | 40 enum Tag enum
|