Home
last modified time | relevance | path

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

/external/pigweed/pw_kvs/
Dalignment_test.cc189 struct OutputWithErrorInjection final : public Output { struct
191 enum { kKeepGoing, kBreakOnNext, kBroken } state = kKeepGoing;
194 StatusWithSize DoWrite(std::span<const byte> data) override { in DoWrite()