Searched refs:Tag (Results 1 – 11 of 11) sorted by relevance
| /CTR-SDK-4.2.5/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>… 227 template <typename T, typename Tag> 228 inline void IntrusiveLinkedList<T, Tag>::ClearLinks(Item* p) in ClearLinks() 233 template <typename T, typename Tag> 234 inline void IntrusiveLinkedList<T, Tag>::InsertBefore(Item* p, Item* q) in InsertBefore() 242 template <typename T, typename Tag> 243 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 | 61 template <typename Allocator, typename Tag> 73 template <typename Allocator, typename T, typename Tag = void> 74 class StdAllocatorAdapter : public StdAllocatorAdapterHolder<Allocator, Tag> 85 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; }; 88 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter() argument 92 …, void* = 0) { return static_cast<T*>(StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()->A… 93 …void deallocate(pointer p, size_type) { StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()-… in deallocate() 100 template <typename Allocator, typename T, typename Tag = void> 115 template <class U> struct rebind { typedef StdUnitAllocatorAdapter<Allocator, U, Tag> other; }; 118 …template <class U> StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter<Allocator, U, Tag>&) thro… in StdUnitAllocatorAdapter() argument [all …]
|
| /CTR-SDK-4.2.5/include/nn/midi/CTR/ |
| D | midi_Midi.h | 38 enum Tag enum
|
| /CTR-SDK-4.2.5/include/nn/socket/ |
| D | socket_Privileged.h | 36 enum Tag enum
|
| D | socket_User.h | 38 enum Tag enum
|
| /CTR-SDK-4.2.5/include/nn/cec/CTR/ |
| D | cec_Cec.h | 38 enum Tag enum
|
| D | cec_CecSys.h | 38 enum Tag enum
|
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_Int64.h | 27 template <typename Base, typename Tag = void>
|
| /CTR-SDK-4.2.5/include/nn/y2r/CTR/ |
| D | y2r_Y2r.h | 39 enum Tag enum
|
| /CTR-SDK-4.2.5/include/nn/camera/CTR/ |
| D | camera_Camera.h | 39 enum Tag enum
|