Searched refs:GetMapModuleValue (Results 1 – 2 of 2) sorted by relevance
258 bool GetMapModuleValue(void* pKey, void*& pValue);
334 if (GetMapModuleValue(pKey, pValue)) in TryBoolean()372 if (GetMapModuleValue(pKey, pValue)) in TryInteger()384 if (GetMapModuleValue(pKey, pValue)) { in TryEnum()973 bool CJX_Object::GetMapModuleValue(void* pKey, void*& pValue) { in GetMapModuleValue() function in CJX_Object