Home | History | Annotate | Download | only in tests

Lines Matching defs:bytes

32         size_t bytes = stream->read(tmp, len);
33 REPORTER_ASSERT(reporter, bytes == len);
38 size_t bytes = stream->read(tmp, 1);
39 REPORTER_ASSERT(reporter, 0 == bytes);
110 size_t bytes = stream->read(&tmp, 1);
111 REPORTER_ASSERT(reporter, 0 == bytes);
139 // we know that packeduint tries to write 1, 2 or 4 bytes for the length,
317 const uint8_t* expect = expected->bytes();
330 ERRORF(rep, "Peek returned wrong bytes!");
423 const uint8_t* ptr = data->bytes();