Searched defs:GetNextAssoc (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_maps.cpp | 48 void CFX_MapPtrToPtr::GetNextAssoc(FX_POSITION& rNextPosition, void*& rKey, void*& rValue) const in GetNextAssoc() function in CFX_MapPtrToPtr 221 void CFX_MapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition, in GetNextAssoc() function in CFX_MapByteStringToPtr 468 void CFX_CMapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*&… in GetNextAssoc() function in CFX_CMapByteStringToPtr 612 void CFX_CMapDWordToDWord::GetNextAssoc(FX_POSITION& pos, FX_DWORD& key, FX_DWORD& value) const in GetNextAssoc() function in CFX_CMapDWordToDWord
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_objects.h | 773 void GetNextAssoc(FX_POSITION& rPos, FX_DWORD& objnum, CPDF_Object*& pObject) const in GetNextAssoc() function
|
/external/pdfium/core/include/fxcrt/ |
D | fx_basic.h | 948 void GetNextAssoc(FX_POSITION& rNextPosition, KeyType& rKey, ValueType& rValue) const in GetNextAssoc() function
|