From 49e4932735292790c77b5362603d9f5d7f6adaaa Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 20 Jan 2016 12:36:54 -0800 Subject: Merge to XFA: Remove CFX_CMapByteStringToPtr Original Review URL: https://codereview.chromium.org/1580493002 . (cherry picked from commit 2a312f90dbf5da8b930dee814db786965792961a) TBR=ochang@chromium.org Review URL: https://codereview.chromium.org/1611683002 . --- core/include/fxcrt/fx_basic.h | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'core/include/fxcrt/fx_basic.h') diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h index 4e7c8c84b4..3414dbc13b 100644 --- a/core/include/fxcrt/fx_basic.h +++ b/core/include/fxcrt/fx_basic.h @@ -742,35 +742,6 @@ class CFX_MapPtrTemplate : public CFX_MapPtrToPtr { } }; #endif // PDF_ENABLE_XFA -class CFX_CMapByteStringToPtr { - public: - CFX_CMapByteStringToPtr(); - - ~CFX_CMapByteStringToPtr(); - - void RemoveAll(); - - FX_POSITION GetStartPosition() const; - - void GetNextAssoc(FX_POSITION& rNextPosition, - CFX_ByteString& rKey, - void*& rValue) const; - - void* GetNextValue(FX_POSITION& rNextPosition) const; - - FX_BOOL Lookup(const CFX_ByteStringC& key, void*& rValue) const; - - void SetAt(const CFX_ByteStringC& key, void* value); - - void RemoveKey(const CFX_ByteStringC& key); - - int GetCount() const; - - void AddValue(const CFX_ByteStringC& key, void* pValue); - - private: - CFX_BaseSegmentedArray m_Buffer; -}; class CFX_PtrList { protected: struct CNode { -- cgit v1.2.3