Home
last modified time | relevance | path

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

/developtools/profiler/proto_encoder/test/unittest/
H A Dvarint_encode_unittest.cpp239 const uint8_t ENCODE_BYTES_MIN_S32[] = {0x80, 0x80, 0x80, 0x80, 0xF8, 0xFF, 0xFF, 0xFF, 0xFF, 0x01}; member
273 EXPECT_EQ(EncodeVarint(buf, s32), (uint32_t)sizeof(ENCODE_BYTES_MIN_S32)); in HWTEST_F()
274 EXPECT_TRUE(CompareBytes(buf, ENCODE_BYTES_MIN_S32, sizeof(ENCODE_BYTES_MIN_S32))); in HWTEST_F()

Completed in 1 milliseconds