Searched refs:allow_null (Results 1 – 3 of 3) sorted by relevance
33 T getArbitraryVectorElement(FuzzedDataProvider* fdp, std::vector<T> const& vect, bool allow_null) { in getArbitraryVectorElement() argument35 if (vect.empty() || (allow_null && fdp->ConsumeBool())) { in getArbitraryVectorElement()
40 bool allow_null) { in getArbitraryVectorElement() argument43 if (vect.empty() || (allow_null && fdp->ConsumeBool())) { in getArbitraryVectorElement()
111 FuzzedDataProvider* fdp, bool allow_null) { in generateArbitrarySdpDiscAttr() argument113 if (allow_null && !fdp->ConsumeBool()) { in generateArbitrarySdpDiscAttr()130 FuzzedDataProvider* fdp, bool allow_null) { in generateArbitrarySdpDiscRecord() argument132 if (allow_null && !fdp->ConsumeBool()) { in generateArbitrarySdpDiscRecord()