Searched defs:GetNextAssoc (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp48 void CFX_MapPtrToPtr::GetNextAssoc(FX_POSITION& rNextPosition, void*& rKey, void*& rValue) const function in class:CFX_MapPtrToPtr
221 void CFX_MapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition, function in class:CFX_MapByteStringToPtr
468 void CFX_CMapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const function in class:CFX_CMapByteStringToPtr
612 void CFX_CMapDWordToDWord::GetNextAssoc(FX_POSITION& pos, FX_DWORD& key, FX_DWORD& value) const function in class:CFX_CMapDWordToDWord
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h773 void GetNextAssoc(FX_POSITION& rPos, FX_DWORD& objnum, CPDF_Object*& pObject) const function in class:CPDF_IndirectObjects
775 m_IndirectObjs.GetNextAssoc(rPos, (void*&)objnum, (void*&)pObject);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h884 void GetNextAssoc(FX_POSITION& rNextPosition, void*& rKey, void*& rValue) const;
948 void GetNextAssoc(FX_POSITION& rNextPosition, KeyType& rKey, ValueType& rValue) const function in class:CFX_MapPtrTemplate
952 CFX_MapPtrToPtr::GetNextAssoc(rNextPosition, pKey, pValue);
971 void GetNextAssoc(FX_POSITION& pos, FX_DWORD& key, FX_DWORD& value) const;
1022 void GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const;
1071 void GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const;

Completed in 90 milliseconds