Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp207 const size_t maxTypeSize = 4; // max type size is 4 bytes. in __anon90ce765f0502() local
212 size_t typeSize = dataProvider->ConsumeIntegralInRange<size_t>(0, maxTypeSize); in __anon90ce765f0502()