Home | History | Annotate | Download | only in fxcrt

Lines Matching defs:rValue

47 void CFX_MapPtrToPtr::GetNextAssoc(FX_POSITION& rNextPosition, void*& rKey, void*& rValue) const
69 rValue = pAssocRet->value;
71 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const
78 rValue = pAssoc->value;
217 CFX_ByteString& rKey, void*& rValue) const
239 rValue = pAssocRet->value;
327 FX_BOOL CFX_MapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const
334 rValue = pAssoc->value;
457 void CFX_CMapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const
465 rValue = *(void**)(pKey + 1);
485 FX_LPVOID rValue = *(void**)(pKey + 1);
492 return rValue;
497 return rValue;
503 FX_BOOL CFX_CMapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const
509 rValue = *(void**)((_CompactString*)p + 1);