Home
last modified time | relevance | path

Searched refs:called_with_bytes (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_kvs/
Dalignment_test.cc168 static size_t called_with_bytes; in TEST() local
169 called_with_bytes = 0; in TEST()
172 called_with_bytes += data.size(); in TEST()
179 EXPECT_EQ(called_with_bytes, 0u); // Buffer not full; no output yet. in TEST()
182 EXPECT_EQ(called_with_bytes, AlignUp(sizeof("What is this?"), 3)); in TEST()