Home
last modified time | relevance | path

Searched defs:GetPointer (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/ro/
Dro_Module.h196 T GetPointer(const char* name) const in GetPointer() function
214 T GetPointer(s32 index) const in GetPointer() function
Dro_SectionTable.h155 T GetPointer(int index, u32 offset) const in GetPointer() function
166 T GetPointer(nn::drivers::ro::SectionAndOffset sao) const in GetPointer() function
Dro_Api.h152 T GetPointer(const char* name) in GetPointer() function
/CTR-SDK-4.2.8-20130828/include/nn/fslow/
Dfslow_SafeHandle.h318 void* GetPointer() const { return m_pEntry ? m_pEntry->GetObject() : 0; } in GetPointer() function
409 … TObject* GetPointer() { return static_cast<TObject*>(SafeHandleTable::Accessor::GetPointer()); } in GetPointer() function