Home
last modified time | relevance | path

Searched defs:readFixed32 (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/objectivec/
DGPBCodedInputStream.m395 - (uint32_t)readFixed32 { method
/external/protobuf/js/binary/
Dreader.js753 jspb.BinaryReader.prototype.readFixed32 = function() { method in jspb.BinaryReader
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java178 public int readFixed32() throws IOException { in readFixed32() method in CodedInputByteBufferNano
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java186 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStreamMicro
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java347 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream