Lines Matching refs:bytes
497 // 2 bytes for the first entry, 3 bytes for the second, 2 bytes for the third
506 // 5 bytes for the each entry
516 // 1 byte for the first entry, 2 bytes for the second, 1 byte for the third
525 // 1 byte for the tag, 1 byte for the length, 4 bytes per entry
534 byte[] bytes = new byte[msgSize];
535 CodedOutputStream output = new CodedOutputStream(bytes);
545 CodedInputStream input = new CodedInputStream(bytes);
566 byte[] bytes = new byte[msgSize];
567 CodedOutputStream output = new CodedOutputStream(bytes);
583 CodedInputStream input = new CodedInputStream(bytes);