Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/os/
Dos_StackMemoryAutoStackManager.h57 typedef SimpleAutoStackManagerBase Base; typedef
Dos_SimpleAutoStackManager.h55 typedef SimpleAutoStackManagerBase Base; typedef
Dos_BlockingQueue.h123 typedef os::detail::BlockingQueueBase<nn::os::CriticalSection> Base; typedef
316 typedef os::detail::BlockingQueueBase<nn::os::Mutex> Base; typedef
/CTR-SDK-4.2.5/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-4.2.5/include/nn/fslow/
Dfslow_SafePath.h33 …n::fnd::FixedLengthString<TChar, TMaxLength, TSize - sizeof(nn::util::ReferenceCounter<u32>)> Base; typedef
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_WaitableUnitHeap.h33 typedef UnitHeapTemplate<LockPolicy> Base; typedef
Dfnd_UnitHeap.h191 typedef UnitHeapBase Base; typedef
Dfnd_ExpHeap.h192 typedef ExpHeapBase Base; typedef
Dfnd_FrameHeap.h324 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-4.2.5/include/nn/util/
Dutil_Int64.h34 operator Base() const { return (static_cast<Base>(hi) << 32) | static_cast<Base>(lo); } in Base() function