Searched refs:remaining_bytes (Results 1 – 25 of 30) sorted by relevance
12
118 std::vector<char> remaining_bytes; in TestParseCompleteUTF8() local120 &remaining_bytes); in TestParseCompleteUTF8()122 EXPECT_EQ(expected_remaining_bytes, remaining_bytes); in TestParseCompleteUTF8()
148 while (fdp->remaining_bytes() > 0) { in FuzzAsServer()195 while (fdp->remaining_bytes() > 0) { in FuzzAsClient()
167 while (fdp.remaining_bytes() > 0) { in FuzzAsServer()215 while (fdp.remaining_bytes() > 0) { in FuzzAsClient()
225 while (fdp.remaining_bytes() > 0) { in FuzzAsServer()252 while (fdp.remaining_bytes() > 0) { in FuzzAsClient()
147 while (fdp.remaining_bytes() > 0) { in Fuzz()
210 while (fdp.remaining_bytes() > 0) { in Fuzz()
200 while (fdp.remaining_bytes() > 0) { in Fuzz()
27 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
30 while (dataProvider.remaining_bytes() > 0 && count++ <= kMaxIterations) { in LLVMFuzzerTestOneInput()
29 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
31 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
280 mFdp.ConsumeIntegralInRange<size_t>(0, mFdp.remaining_bytes() * 50 / 100)); in CreateBrowsePacket()297 mFdp.ConsumeIntegralInRange<size_t>(0, mFdp.remaining_bytes() * 50 / 100)); in CreateAvrcpPacket()333 while (mFdp.remaining_bytes()) { in Process()
42 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
54 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
55 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
70 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
34 while (fdp.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
83 while (fdp.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
78 while (fdp.remaining_bytes() > test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
66 while (fdp.remaining_bytes() > runner::test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
65 while (fdp.remaining_bytes() > runner::test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
119 while (mFuzzedDataProvider.remaining_bytes()) { in LLVMFuzzerTestOneInput()