Home
last modified time | relevance | path

Searched refs:_CompactString (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_maps.cpp379 struct _CompactString { struct
386 static void _CompactStringRelease(_CompactString* pCompact) in _CompactStringRelease() argument
392 static FX_BOOL _CompactStringSame(_CompactString* pCompact, FX_LPCBYTE pStr, int len) in _CompactStringSame()
394 if (len < sizeof(_CompactString)) { in _CompactStringSame()
405 static void _CompactStringStore(_CompactString* pCompact, FX_LPCBYTE pStr, int len) in _CompactStringStore()
407 if (len < (int)sizeof(_CompactString)) { in _CompactStringStore()
418 static CFX_ByteStringC _CompactStringGet(_CompactString* pCompact) in _CompactStringGet()
431 : m_Buffer(sizeof(_CompactString) + sizeof(void*), CMAP_ALLOC_STEP, CMAP_INDEX_SIZE) in CFX_CMapByteStringToPtr()
442 _CompactStringRelease((_CompactString*)m_Buffer.GetAt(i)); in RemoveAll()
450 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(i); in GetStartPosition()
[all …]