Home
last modified time | relevance | path

Searched defs:DeterministicBitGen (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/transport/chaotic_good/
H A Dframe_fuzzer.cc47 struct DeterministicBitGen : public std::numeric_limits<uint64_t> { struct
48 using result_type = uint64_t;
49 uint64_t operator()() { return 42; } in operator ()()
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dhpack_parser_input_size_fuzzer.cc55 struct DeterministicBitGen : public std::numeric_limits<uint64_t> { struct
56 using result_type = uint64_t;
57 uint64_t operator()() { return 42; } in operator ()()