Searched refs:MIN_LENGTH (Results 1 – 3 of 3) sorted by relevance
79 constexpr int32_t MIN_LENGTH = APPID_LENGTH + TEXT_LENGTH + ACCOUNT_LENGTH * 2 + 100; variable117 if ((data == nullptr) || (size <= sizeof(uint8_t) * MIN_LENGTH)) { in FuzzTest()
28 enum CommonConstant { MIN_LENGTH = 2, SHIFT_FLAG = 4, CHAR_START = 0xa, HALF_BYTE = 0xf, BYTE_HIGH … enumerator
36 constexpr int64_t MIN_LENGTH = 16; variable577 if (len < MIN_LENGTH) { in Split()