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

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp387 struct _CompactString { struct
394 static void _CompactStringRelease(IFX_Allocator* pAllocator, _CompactString* pCompact)
400 static FX_BOOL _CompactStringSame(_CompactString* pCompact, FX_LPCBYTE pStr, int len)
402 if (len < sizeof(_CompactString)) {
413 static void _CompactStringStore(IFX_Allocator* pAllocator, _CompactString* pCompact, FX_LPCBYTE pStr, int len)
415 if (len < (int)sizeof(_CompactString)) {
428 static CFX_ByteStringC _CompactStringGet(_CompactString* pCompact)
441 : m_Buffer(sizeof(_CompactString) + sizeof(void*), CMAP_ALLOC_STEP, CMAP_INDEX_SIZE, pAllocator)
453 _CompactStringRelease(pAllocator, (_CompactString*)m_Buffer.GetAt(i));
461 _CompactString* pKe
[all...]

Completed in 236 milliseconds