Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js72 function readFixed32(bufferDecoder, start) { function
345 readFixed32, property
/third_party/protobuf/objectivec/
DGPBCodedInputStream.m423 - (uint32_t)readFixed32 { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DReader.java115 int readFixed32() throws IOException; in readFixed32() method
DCodedInputStream.java273 public abstract int readFixed32() throws IOException; in readFixed32() method in CodedInputStream
776 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream.ArrayDecoder
1490 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream.UnsafeDirectNioDecoder
2242 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream.StreamDecoder
3338 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream.IterableDirectByteBufferDecoder
DCodedInputStreamReader.java145 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStreamReader
DBinaryReader.java197 public int readFixed32() throws IOException { in readFixed32() method in BinaryReader.SafeHeapReader
/third_party/protobuf/js/binary/
Dreader.js767 jspb.BinaryReader.prototype.readFixed32 = function() { method in jspb.BinaryReader
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php208 public static function readFixed32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire