Searched refs:_CompactString (Results 1 – 1 of 1) sorted by relevance
379 struct _CompactString { struct386 static void _CompactStringRelease(_CompactString* pCompact) in _CompactStringRelease() argument392 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 …]