Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:CFX_MapPtrToPtr

836 class CFX_MapPtrToPtr : public CFX_Object

850 CFX_MapPtrToPtr(int nBlockSize = 10, IFX_Allocator* pAllocator = NULL);
852 ~CFX_MapPtrToPtr();
917 class CFX_MapPtrTemplate : public CFX_MapPtrToPtr
921 CFX_MapPtrTemplate(IFX_Allocator* pAllocator = NULL) : CFX_MapPtrToPtr(10, pAllocator) {}
926 if (!CFX_MapPtrToPtr::Lookup((void*)(FX_UINTPTR)key, pValue)) {
935 return (ValueType&)CFX_MapPtrToPtr::operator []((void*)(FX_UINTPTR)key);
940 CFX_MapPtrToPtr::SetAt((void*)(FX_UINTPTR)key, (void*)(FX_UINTPTR)newValue);
945 return CFX_MapPtrToPtr::RemoveKey((void*)(FX_UINTPTR)key);
952 CFX_MapPtrToPtr::GetNextAssoc(rNextPosition, pKey, pValue);