Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBCodedInputStream.h74 - (uint32_t)readFixed32;
DGPBCodedInputStream.m395 - (uint32_t)readFixed32 { method
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java178 public int readFixed32() throws IOException { in readFixed32() method in CodedInputByteBufferNano
674 return readFixed32(); in readPrimitiveField()
/external/protobuf/js/binary/
Dreader_test.js156 assertThrows(function() {reader.readFixed32()});
181 assertThrows(function() {reader.readFixed32()});
432 jspb.BinaryReader.prototype.readFixed32,
Dreader.js493 return this.readFixed32();
753 jspb.BinaryReader.prototype.readFixed32 = function() { method in jspb.BinaryReader
/external/protobuf/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.java542 getFieldBuilder(number).addFixed32(input.readFixed32()); in mergeFieldFrom()
DCodedInputStream.java347 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java186 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStreamMicro