diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-20 12:36:54 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-20 12:36:54 -0800 |
commit | 49e4932735292790c77b5362603d9f5d7f6adaaa (patch) | |
tree | 51c7c2d0959a5a67aa53e53b4a17adaaeb1c59d6 /core/include/fxcrt/fx_basic.h | |
parent | 04f01ef650f0abe9b6b18196589ccbaaa623daa3 (diff) | |
download | pdfium-49e4932735292790c77b5362603d9f5d7f6adaaa.tar.xz |
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 .
Diffstat (limited to 'core/include/fxcrt/fx_basic.h')
-rw-r--r-- | core/include/fxcrt/fx_basic.h | 29 |
1 files changed, 0 insertions, 29 deletions
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 { |