Home
last modified time | relevance | path

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

/developtools/profiler/proto_encoder/test/unittest/
H A Dvarint_encode_unittest.cpp243 const uint8_t ENCODE_BYTES_MIN_S64[] = {0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01}; member
287 EXPECT_EQ(EncodeVarint(buf, s64), (uint32_t)sizeof(ENCODE_BYTES_MIN_S64)); in HWTEST_F()
288 EXPECT_TRUE(CompareBytes(buf, ENCODE_BYTES_MIN_S64, sizeof(ENCODE_BYTES_MIN_S64))); in HWTEST_F()

Completed in 2 milliseconds