Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp482 const std::vector<std::function<void(FuzzedDataProvider*, Parcel&)>> other_operations = { variable
513 uint8_t maxOther = other_operations.size() - 1; in ParcelTestFunc()
533 other_operations[op](dataProvider, parcel1); in ParcelTestFunc()