Searched refs:called_with_bytes (Results 1 – 1 of 1) sorted by relevance
168 static size_t called_with_bytes; in TEST() local169 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()