Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13-1/system/include/nn/boss/
Dboss_Types.h96 u64 GetValue( void ) const;
478 u64 GetValue(void) const;
/CafeSDK-2.12.13-1/system/src/tool/CatLog/
DSelectPortDialog.cs76 …Object portName = Registry.GetValue("HKEY_LOCAL_MACHINE\\" + startKeyPath + "\\Device Parameters",… in MineRegistryForPortName()
81 …Object friendlyPortName = Registry.GetValue("HKEY_LOCAL_MACHINE\\" + startKeyPath, "FriendlyName",… in MineRegistryForPortName()
/CafeSDK-2.12.13-1/system/include/nn/ec/
Dec_DataSize.h73 u64 GetValue() const;
Dec_Money.h84 const char* GetValue() const;
/CafeSDK-2.12.13-1/system/include/nn/
DResult.legacy.h24 static bool Includes(Result result) { return result.GetValue() == Value; } in Includes()
DResult.h379 u32 GetValue() const { return m_Code; } in GetValue() function