Searched refs:readRawByte (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DCodedInputByteBufferNano.java287 byte tmp = readRawByte();
292 if ((tmp = readRawByte()) >= 0) {
296 if ((tmp = readRawByte()) >= 0) {
300 if ((tmp = readRawByte()) >= 0) {
304 result |= (tmp = readRawByte()) << 28;
308 if (readRawByte() >= 0) {
325 final byte b = readRawByte();
337 final byte b1 = readRawByte();
338 final byte b2 = readRawByte();
339 final byte b3 = readRawByte();
596 public byte readRawByte() throws IOException { method in class:CodedInputByteBufferNano
[all...]
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java294 byte tmp = readRawByte();
299 if ((tmp = readRawByte()) >= 0) {
303 if ((tmp = readRawByte()) >= 0) {
307 if ((tmp = readRawByte()) >= 0) {
311 result |= (tmp = readRawByte()) << 28;
315 if (readRawByte() >= 0) {
365 final byte b = readRawByte();
377 final byte b1 = readRawByte();
378 final byte b2 = readRawByte();
379 final byte b3 = readRawByte();
650 public byte readRawByte() throws IOException { method in class:CodedInputStreamMicro
[all...]
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java367 assertEquals(2, input.readRawByte());
383 assertEquals(1, input.readRawByte());
388 assertEquals(5, input.readRawByte());
510 input.readRawByte();
518 input.readRawByte(); // No exception thrown.
652 assertEquals(i, in.readRawByte());
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java658 if (readRawByte() >= 0) {
780 final byte b = readRawByte();
1127 public byte readRawByte() throws IOException { method in class:CodedInputStream
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A DNanoTest.java2678 assertEquals(2, input.readRawByte());
2693 assertEquals(1, input.readRawByte());
2698 assertEquals(5, input.readRawByte());
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 325 milliseconds