Searched refs:kMaxBytes (Results 1 – 2 of 2) sorted by relevance
30 constexpr int32_t kMaxBytes = 1000; variable76 std::vector<uint8_t> buffer = fdp.ConsumeBytes<uint8_t>(kMaxBytes); in LLVMFuzzerTestOneInput()
87 const size_t kMaxBytes = count.size(); in TEST() local88 std::unique_ptr<RawBuilder> count_builder = std::make_unique<RawBuilder>(kMaxBytes); in TEST()