Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_kvs/
H A Dalignment_test.cc97 struct OutputWithErrorInjection final : public Output { struct
99 enum { kKeepGoing, kBreakOnNext, kBroken } state = kKeepGoing;
102 StatusWithSize DoWrite(span<const byte> data) override { in DoWrite()