Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:FX_POSITION

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

68 rNextPosition = (FX_POSITION) pAssocNext;
221 void CFX_MapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition,
242 rNextPosition = (FX_POSITION) pAssocNext;
246 FX_LPVOID CFX_MapByteStringToPtr::GetNextValue(FX_POSITION& rNextPosition) const
266 rNextPosition = (FX_POSITION) pAssocNext;
457 FX_POSITION CFX_CMapByteStringToPtr::GetStartPosition() const
463 return (FX_POSITION)(FX_UINTPTR)(i + 1);
468 void CFX_CMapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const
482 rNextPosition = (FX_POSITION)(FX_UINTPTR)(index + 1);
489 FX_LPVOID CFX_CMapByteStringToPtr::GetNextValue(FX_POSITION& rNextPosition) const
502 rNextPosition = (FX_POSITION)(FX_UINTPTR)(index + 1);
604 FX_POSITION CFX_CMapDWordToDWord::GetStartPosition() const
610 return (FX_POSITION)1;
612 void CFX_CMapDWordToDWord::GetNextAssoc(FX_POSITION& pos, FX_DWORD& key, FX_DWORD& value) const
625 pos = (FX_POSITION)((FX_UINTPTR)pos + 1);