Home
last modified time | relevance | path

Searched refs:readFixed32 (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedInputStream.h107 - (uint32_t)readFixed32;
DGPBCodedInputStream.m427 - (uint32_t)readFixed32 { method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java178 public int readFixed32() throws IOException { in readFixed32() method in CodedInputByteBufferNano
660 return readFixed32(); in readPrimitiveField()
/frameworks/base/core/java/android/util/proto/
DProtoInputStream.java315 value = Float.intBitsToFloat(readFixed32()); in readFloat()
344 value = readFixed32(); in readInt()
627 private int readFixed32() throws IOException { in readFixed32() method in ProtoInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java230 case FIXED32 : return input.readFixed32 (); in readPrimitiveField()
DUnknownFieldSetLite.java308 storeField(tag, input.readFixed32()); in mergeFieldFrom()
DUnknownFieldSet.java544 getFieldBuilder(number).addFixed32(input.readFixed32()); in mergeFieldFrom()
DCodedInputStream.java347 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dreader_test.js154 assertThrows(function() {reader.readFixed32()});
179 assertThrows(function() {reader.readFixed32()});
481 jspb.BinaryReader.prototype.readFixed32,
Dreader.js493 return this.readFixed32();
753 jspb.BinaryReader.prototype.readFixed32 = function() { method in jspb.BinaryReader
/frameworks/base/config/
Dboot-image-profile.txt15968 HSPLandroid/util/proto/ProtoInputStream;->readFixed32()I