Home
last modified time | relevance | path

Searched refs:FUZZ_INT_LEN_DATA (Results 1 – 1 of 1) sorted by relevance

/base/update/updateservice/test/fuzztest/common/
Dfuzztest_helper.cpp37 constexpr uint32_t FUZZ_INT_LEN_DATA = 4; variable
92 if (index_ + FUZZ_INT_LEN_DATA > FUZZ_DATA_LEN) { in GetInt()
104 index_ += FUZZ_INT_LEN_DATA; in GetInt()
176 if (index_ + FUZZ_INT_LEN_DATA > FUZZ_DATA_LEN) { in GetUInt()
187 index_ += FUZZ_INT_LEN_DATA; in GetUInt()