Lines Matching refs:bytes
41 size_t bytes = stream->read(tmp, len);
42 REPORTER_ASSERT(reporter, bytes == len);
47 size_t bytes = stream->read(tmp, 1);
48 REPORTER_ASSERT(reporter, 0 == bytes);
119 size_t bytes = stream->read(&tmp, 1);
120 REPORTER_ASSERT(reporter, 0 == bytes);
148 // we know that packeduint tries to write 1, 2 or 4 bytes for the length,
353 const uint8_t* expect = expected->bytes();
366 ERRORF(rep, "Peek returned wrong bytes!");
459 const uint8_t* ptr = data->bytes();