Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_stream/
H A Dmpsc_stream_test.cc70 struct MpscTestContext { struct
71 MpscWriter writer;
72 MpscReader reader;
74 ConstByteSpan data;
75 std::byte write_buffer[kBufSize];
76 uint64_t write_hash = kOffsetBasis;
77 Status write_status;
79 ByteSpan destination;
80 std::byte read_buffer[kBufSize];
81 Result<ByteSpan> read_result;
[all …]