Home | History | Annotate | Download | only in protobuf

Lines Matching refs:new_bytes

351   const uint32 new_bytes = new_entries * sizeof(CType);
352 if (new_bytes != length) return false;
372 if (bytes_limit >= new_bytes) {
378 if (!input->ReadRaw(dest, new_bytes)) {