/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStreamReader.java | 145 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()
|
D | UnknownFieldSchema.java | 89 addFixed32(unknownFields, fieldNumber, reader.readFixed32()); in mergeOneFieldFrom()
|
D | Reader.java | 115 int readFixed32() throws IOException; in readFixed32() method
|
D | WireFormat.java | 241 return input.readFixed32(); in readPrimitiveField()
|
D | BinaryReader.java | 197 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()
|
D | CodedInputStream.java | 273 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
|
D | UnknownFieldSetLite.java | 425 storeField(tag, input.readFixed32()); in mergeFieldFrom()
|
D | ExtensionSchemaLite.java | 228 value = reader.readFixed32(); in parseExtension()
|
D | ExtensionSchemaFull.java | 248 value = reader.readFixed32(); in parseExtension()
|
D | UnknownFieldSet.java | 554 getFieldBuilder(number).addFixed32(input.readFixed32()); in mergeFieldFrom()
|
D | MessageSchema.java | 3935 UnsafeUtil.putInt(message, offset(typeAndOffset), reader.readFixed32()); in mergeFromHelper() 4216 message, offset(typeAndOffset), Integer.valueOf(reader.readFixed32())); in mergeFromHelper()
|
/external/protobuf/objectivec/ |
D | GPBCodedInputStream.h | 145 - (uint32_t)readFixed32;
|
D | GPBCodedInputStream.m | 415 - (uint32_t)readFixed32 { method
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedInputByteBufferNano.java | 178 public int readFixed32() throws IOException { in readFixed32() method in CodedInputByteBufferNano 660 return readFixed32(); in readPrimitiveField()
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 208 public static function readFixed32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire 220 if (!self::readFixed32($input, $value)) {
|
D | Message.php | 356 if (!GPBWire::readFixed32($input, $value)) {
|
/external/protobuf/js/binary/ |
D | reader_test.js | 154 assertThrows(function() {reader.readFixed32()}); 179 assertThrows(function() {reader.readFixed32()}); 481 jspb.BinaryReader.prototype.readFixed32,
|
D | reader.js | 492 return this.readFixed32(); 766 jspb.BinaryReader.prototype.readFixed32 = function() { method in jspb.BinaryReader
|
/external/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | reader_test.js | 154 assertThrows(function() {reader.readFixed32()}); 179 assertThrows(function() {reader.readFixed32()}); 481 jspb.BinaryReader.prototype.readFixed32,
|
/external/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | reader_test.js | 154 assertThrows(function() {reader.readFixed32()}); 179 assertThrows(function() {reader.readFixed32()}); 481 jspb.BinaryReader.prototype.readFixed32,
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedInputStreamMicro.java | 186 public int readFixed32() throws IOException { in readFixed32() method in CodedInputStreamMicro
|
/external/protobuf/php/tests/ |
D | php_implementation_test.php | 148 GPBWire::readFixed32($input, $value);
|
/external/protobuf/objectivec/Tests/ |
D | GPBCodedInputStreamTests.m | 125 XCTAssertEqual((uint32_t)value, [input readFixed32]);
|