Home
last modified time | relevance | path

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

12

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStreamReader.java145 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStreamReader
147 return input.readFixed32(); in readFixed32()
643 plist.addInt(input.readFixed32()); in readFixed32List()
648 plist.addInt(input.readFixed32()); in readFixed32List()
669 target.add(input.readFixed32()); in readFixed32List()
674 target.add(input.readFixed32()); in readFixed32List()
1291 return readFixed32(); in readField()
DUnknownFieldSchema.java89 addFixed32(unknownFields, fieldNumber, reader.readFixed32()); in mergeOneFieldFrom()
DReader.java115 int readFixed32() throws IOException; in readFixed32() method
DWireFormat.java241 return input.readFixed32(); in readPrimitiveField()
DBinaryReader.java197 public int readFixed32() throws IOException { in readFixed32() method in BinaryReader.SafeHeapReader
761 plist.addInt(readFixed32()); in readFixed32List()
790 target.add(readFixed32()); in readFixed32List()
1463 return readFixed32(); in readField()
DCodedInputStream.java273 public abstract int readFixed32() throws IOException; in readFixed32() method in CodedInputStream
774 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream.ArrayDecoder
1488 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream.UnsafeDirectNioDecoder
2240 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream.StreamDecoder
3336 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStream.IterableDirectByteBufferDecoder
DUnknownFieldSetLite.java425 storeField(tag, input.readFixed32()); in mergeFieldFrom()
DExtensionSchemaLite.java228 value = reader.readFixed32(); in parseExtension()
DExtensionSchemaFull.java248 value = reader.readFixed32(); in parseExtension()
DUnknownFieldSet.java554 getFieldBuilder(number).addFixed32(input.readFixed32()); in mergeFieldFrom()
DMessageSchema.java3935 UnsafeUtil.putInt(message, offset(typeAndOffset), reader.readFixed32()); in mergeFromHelper()
4216 message, offset(typeAndOffset), Integer.valueOf(reader.readFixed32())); in mergeFromHelper()
/external/protobuf/objectivec/
DGPBCodedInputStream.h145 - (uint32_t)readFixed32;
DGPBCodedInputStream.m415 - (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
660 return readFixed32(); in readPrimitiveField()
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php208 public static function readFixed32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
220 if (!self::readFixed32($input, $value)) {
DMessage.php356 if (!GPBWire::readFixed32($input, $value)) {
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js154 assertThrows(function() {reader.readFixed32()});
179 assertThrows(function() {reader.readFixed32()});
481 jspb.BinaryReader.prototype.readFixed32,
/external/protobuf/js/binary/
Dreader_test.js154 assertThrows(function() {reader.readFixed32()});
179 assertThrows(function() {reader.readFixed32()});
481 jspb.BinaryReader.prototype.readFixed32,
Dreader.js492 return this.readFixed32();
766 jspb.BinaryReader.prototype.readFixed32 = function() { method in jspb.BinaryReader
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js154 assertThrows(function() {reader.readFixed32()});
179 assertThrows(function() {reader.readFixed32()});
481 jspb.BinaryReader.prototype.readFixed32,
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java186 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStreamMicro
/external/protobuf/php/tests/
Dphp_implementation_test.php148 GPBWire::readFixed32($input, $value);
/external/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m125 XCTAssertEqual((uint32_t)value, [input readFixed32]);
/external/kotlinx.metadata/
Dkotlinx-metadata-jvm-0.1.0.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/metadata/ kotlinx/ ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12