Searched refs:readFixed32 (Results 1 – 11 of 11) sorted by relevance
107 - (uint32_t)readFixed32;
427 - (uint32_t)readFixed32 { method
178 public int readFixed32() throws IOException { in readFixed32() method in CodedInputByteBufferNano660 return readFixed32(); in readPrimitiveField()
315 value = Float.intBitsToFloat(readFixed32()); in readFloat()344 value = readFixed32(); in readInt()627 private int readFixed32() throws IOException { in readFixed32() method in ProtoInputStream
230 case FIXED32 : return input.readFixed32 (); in readPrimitiveField()
308 storeField(tag, input.readFixed32()); in mergeFieldFrom()
544 getFieldBuilder(number).addFixed32(input.readFixed32()); in mergeFieldFrom()
347 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream
154 assertThrows(function() {reader.readFixed32()});179 assertThrows(function() {reader.readFixed32()});481 jspb.BinaryReader.prototype.readFixed32,
493 return this.readFixed32();753 jspb.BinaryReader.prototype.readFixed32 = function() { method in jspb.BinaryReader
15968 HSPLandroid/util/proto/ProtoInputStream;->readFixed32()I