Home
last modified time | relevance | path

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

/developtools/profiler/proto_encoder/include/
H A Dvarint_encode.h33 constexpr uint32_t VARINT_MAX_2BYTE = (1u << (7 * 2)) - 1; member
56 } else if (len <= VARINT_MAX_2BYTE) { in GetPackedVarintLenSize()
/developtools/profiler/proto_encoder/test/unittest/
H A Dvarint_encode_unittest.cpp66 itemCount = VARINT_MAX_2BYTE; in HWTEST_F()
99 itemCount = VARINT_MAX_2BYTE / (itemSize + 1); in HWTEST_F()
132 itemCount = VARINT_MAX_2BYTE / (itemSize + two); in HWTEST_F()

Completed in 1 milliseconds