Home
last modified time | relevance | path

Searched defs:Base (Results 1 – 16 of 16) sorted by relevance

/CTR-SDK-2.4.0/include/nn/fs/
Dfs_File.h28 typedef FileStream Base; typedef
Dfs_MemoryInputStream.h26 typedef detail::MemoryStreamBase Base; typedef
Dfs_MemoryOutputStream.h26 typedef detail::MemoryStreamBase Base; typedef
Dfs_MemoryStream.h70 typedef detail::MemoryStreamBase Base; typedef
/CTR-SDK-2.4.0/include/nn/fslow/
Dfslow_SafePath.h33 …n::fnd::FixedLengthString<TChar, TMaxLength, TSize - sizeof(nn::util::ReferenceCounter<u32>)> Base; typedef
/CTR-SDK-2.4.0/include/nn/os/
Dos_BlockingQueue.h121 typedef os::detail::BlockingQueueBase<nn::os::CriticalSection> Base; typedef
312 typedef os::detail::BlockingQueueBase<nn::os::Mutex> Base; typedef
Dos_InterCoreBlockingQueue.h112 typedef os::detail::InterCoreBlockingQueueBase<nn::os::InterCoreCriticalSection> Base; typedef
/CTR-SDK-2.4.0/include/nn/fnd/
Dfnd_WaitableUnitHeap.h33 typedef UnitHeapTemplate<LockPolicy> Base; typedef
Dfnd_UnitHeap.h187 typedef UnitHeapBase Base; typedef
Dfnd_ExpHeap.h188 typedef ExpHeapBase Base; typedef
Dfnd_FrameHeap.h320 typedef FrameHeapBase Base; typedef
Dfnd_FixedLengthString.h69 typedef detail::FixedLengthStringBuffer<TChar, TObjectSize> Base; typedef
Dfnd_BuddyHeap.h591 typedef BuddyHeapBase<PageSize, MaxOrder> Base; typedef
/CTR-SDK-2.4.0/include/nn/util/
Dutil_Int64.h34 operator Base() const { return (static_cast<Base>(hi) << 32) | static_cast<Base>(lo); } in Base() function
/CTR-SDK-2.4.0/include/nn/net/osl/
Dosl_IpcDispatcher.h111 typedef IpcDispatcher<StackSize, ImplT, pSessionLoopFunction> Base; typedef
Dosl_BuddyHeap.h433 typedef BuddyHeapBase<PageSize, MaxOrder> Base; typedef