Home | History | Annotate | Download | only in fxcrt

Lines Matching defs:rValue

48 void CFX_MapPtrToPtr::GetNextAssoc(FX_POSITION& rNextPosition, void*& rKey, void*& rValue) const

70 rValue = pAssocRet->value;
72 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const
79 rValue = pAssoc->value;
222 CFX_ByteString& rKey, void*& rValue) const
244 rValue = pAssocRet->value;
332 FX_BOOL CFX_MapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const
339 rValue = pAssoc->value;
468 void CFX_CMapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const
476 rValue = *(void**)(pKey + 1);
496 FX_LPVOID rValue = *(void**)(pKey + 1);
503 return rValue;
508 return rValue;
514 FX_BOOL CFX_CMapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const
520 rValue = *(void**)((_CompactString*)p + 1);