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

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

Completed in 24 milliseconds