Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/util/
Dutil_AutoObject.h142 friend class Updater; variable
144 class Updater
158 Updater(AutoObject& autoObject) : m_AutoObject(autoObject) in Updater() function
172 ~Updater() { m_AutoObject.UnsetUpdating(); } in ~Updater()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fslow/
Dfslow_SafePath.h42 using typename Base::Updater;
63 Updater(*this)->EraseHead(size); in EraseHead()
Dfslow_IArchive.h212 typename Path::Updater u(path); in GetPathString()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_Interlocked.h184 template <class Updater>
185 …bool AtomicUpdateConditional(Updater& updater) { return Interlocked::AtomicUpdate(&m_v, updater); }