Home
last modified time | relevance | path

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

/developtools/profiler/proto_encoder/include/
H A Dvarint_encode.h35 constexpr uint32_t VARINT_MAX_4BYTE = (1u << (7 * 4)) - 1; member
60 } else if (len <= VARINT_MAX_4BYTE) { in GetPackedVarintLenSize()
/developtools/profiler/proto_encoder/test/unittest/
H A Dvarint_encode_unittest.cpp82 itemCount = VARINT_MAX_4BYTE; in HWTEST_F()
115 itemCount = VARINT_MAX_4BYTE / (itemSize + 1); in HWTEST_F()
148 itemCount = VARINT_MAX_4BYTE / (itemSize + two); in HWTEST_F()

Completed in 1 milliseconds