HomeSort by relevance Sort by last modified time
    Searched defs:GetNextAssoc (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 48 void CFX_MapPtrToPtr::GetNextAssoc(FX_POSITION& rNextPosition, void*& rKey, void*& rValue) const
221 void CFX_MapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition,
468 void CFX_CMapByteStringToPtr::GetNextAssoc(FX_POSITION& rNextPosition, CFX_ByteString& rKey, void*& rValue) const
612 void CFX_CMapDWordToDWord::GetNextAssoc(FX_POSITION& pos, FX_DWORD& key, FX_DWORD& value) const
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 773 void GetNextAssoc(FX_POSITION& rPos, FX_DWORD& objnum, CPDF_Object*& pObject) const
775 m_IndirectObjs.GetNextAssoc(rPos, (void*&)objnum, (void*&)pObject);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 673 void GetNextAssoc(DXLISTPOS &rNextPosition,KEY& rKey,VALUE& rValue) const;
849 void CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::GetNextAssoc(DXLISTPOS &rNextPosition,KEY& rKey,VALUE& rValue) const {
  /external/pdfium/core/include/fxcrt/
fx_basic.h 884 void GetNextAssoc(FX_POSITION& rNextPosition, void*& rKey, void*& rValue) const;
948 void GetNextAssoc(FX_POSITION& rNextPosition, KeyType& rKey, ValueType& rValue) const
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;
    [all...]

Completed in 171 milliseconds