Searched refs:m_CompactLen (Results 1 – 1 of 1) sorted by relevance
168 uint8_t m_CompactLen; member175 if (pCompact->m_CompactLen == kHasAllocatedBufferLength) { in _CompactStringRelease()183 if (pCompact->m_CompactLen != len) { in _CompactStringSame()188 if (pCompact->m_CompactLen != kHasAllocatedBufferLength || in _CompactStringSame()198 pCompact->m_CompactLen = (uint8_t)len; in _CompactStringStore()202 pCompact->m_CompactLen = kHasAllocatedBufferLength; in _CompactStringStore()209 if (pCompact->m_CompactLen == kHasAllocatedBufferLength) { in _CompactStringGet()213 if (pCompact->m_CompactLen == kFreeLength) { in _CompactStringGet()216 return CFX_ByteStringC(&pCompact->m_LenHigh, pCompact->m_CompactLen); in _CompactStringGet()238 if (pKey->m_CompactLen != kFreeLength) { in GetStartPosition()[all …]