Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_fuzzer/private_overrides/pw_fuzzer/internal/
H A Dfuzztest.h102 struct OptionalDomain : public Domain<T> { struct
103 OptionalDomain<T>& SetAlwaysNull() { return *this; } in SetAlwaysNull() argument
104 OptionalDomain<T>& SetWithoutNull() { return *this; } in SetWithoutNull() argument