Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp88 const std::vector<std::function<void(SingleThreadRefCounts*, WeakRefCounter*&)>> decOperations = { variable
313 uint8_t totalOperationTypes = lockedOpSize + decOperations.size(); in TestLoop()
319 decOperations[opVal % lockedOpSize](&state, newWeakRef); in TestLoop()