Home | History | Annotate | Download | only in test

Lines Matching refs:usize

57   const size_t usize = static_cast<size_t>(size);
59 scoped_array<char> array(new char[usize]);
60 if (fread(array.get(), sizeof(char), usize, file) != usize) {
65 return msg->ParseFromArray(array.get(), usize);