Home
last modified time | relevance | path

Searched refs:readInt32 (Results 1 – 25 of 35) sorted by relevance

12

/external/protobuf/js/binary/
Dreader_test.js167 assertThrows(function() {reader.readInt32()});
341 jspb.BinaryReader.prototype.readInt32,
560 assertEquals(100, reader.readInt32());
568 assertEquals(300, reader.readInt32());
572 assertEquals(400, reader.readInt32());
576 assertEquals(500, reader.readInt32());
591 assertEquals(700, reader.readInt32());
654 assertEquals(sentinel, reader.readInt32());
659 assertEquals(sentinel, reader.readInt32());
664 assertEquals(sentinel, reader.readInt32());
[all …]
Dreader.js489 return this.readInt32();
608 jspb.BinaryReader.prototype.readInt32 = function() { method in jspb.BinaryReader
784 return this.decoder_.readInt32();
1056 return this.readPackedField_(this.decoder_.readInt32);
Ddecoder_test.js295 jspb.BinaryDecoder.prototype.readInt32,
Ddecoder.js825 jspb.BinaryDecoder.prototype.readInt32 = function() { method in jspb.BinaryDecoder
/external/flatbuffers/js/
Dflatbuffers.js708 var vtable_start = table_start - this.bb.readInt32(table_start);
921 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) { method in flatbuffers.ByteBuffer
930 return this.readInt32(offset) >>> 0;
938 return new flatbuffers.Long(this.readInt32(offset), this.readInt32(offset + 4));
954 flatbuffers.int32[0] = this.readInt32(offset);
963 flatbuffers.int32[flatbuffers.isLittleEndian ? 0 : 1] = this.readInt32(offset);
964 flatbuffers.int32[flatbuffers.isLittleEndian ? 1 : 0] = this.readInt32(offset + 4);
1090 var vtable = bb_pos - this.readInt32(bb_pos);
1102 t.bb_pos = offset + this.readInt32(offset);
1121 offset += this.readInt32(offset);
[all …]
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.ts38 return (obj || new TableInNestedNS).__init(bb.readInt32(bb.position()) + bb.position(), bb);
46 return offset ? this.bb!.readInt32(this.bb_pos + offset) : 0;
118 return this.bb!.readInt32(this.bb_pos);
140 return this.bb!.readInt32(this.bb_pos + 4);
Dnamespace_test1_generated.js56 …return (obj || new NamespaceA.NamespaceB.TableInNestedNS).__init(bb.readInt32(bb.position()) + bb.…
64 return offset ? this.bb.readInt32(this.bb_pos + offset) : 0;
147 return this.bb.readInt32(this.bb_pos);
169 return this.bb.readInt32(this.bb_pos + 4);
Dnamespace_test2_generated.js53 …return (obj || new NamespaceA.TableInFirstNS).__init(bb.readInt32(bb.position()) + bb.position(), …
184 return (obj || new NamespaceC.TableInC).__init(bb.readInt32(bb.position()) + bb.position(), bb);
282 …return (obj || new NamespaceA.SecondTableInA).__init(bb.readInt32(bb.position()) + bb.position(), …
Dnamespace_test2_generated.ts29 return (obj || new TableInFirstNS).__init(bb.readInt32(bb.position()) + bb.position(), bb);
147 return (obj || new TableInC).__init(bb.readInt32(bb.position()) + bb.position(), bb);
233 return (obj || new SecondTableInA).__init(bb.readInt32(bb.position()) + bb.position(), bb);
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.js48 return (obj || new Attacker).__init(bb.readInt32(bb.position()) + bb.position(), bb);
56 return offset ? this.bb.readInt32(this.bb_pos + offset) : 0;
139 return this.bb.readInt32(this.bb_pos);
198 return this.bb.readInt32(this.bb_pos);
259 return (obj || new Movie).__init(bb.readInt32(bb.position()) + bb.position(), bb);
Dunion_vector_generated.ts40 return (obj || new Attacker).__init(bb.readInt32(bb.position()) + bb.position(), bb);
48 return offset ? this.bb!.readInt32(this.bb_pos + offset) : 0;
118 return this.bb!.readInt32(this.bb_pos);
170 return this.bb!.readInt32(this.bb_pos);
224 return (obj || new Movie).__init(bb.readInt32(bb.position()) + bb.position(), bb);
/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_pb.js102 var value = /** @type {number} */ (reader.readInt32());
106 var value = /** @type {number} */ (reader.readInt32());
880 var value = /** @type {number} */ (reader.readInt32());
884 var value = /** @type {number} */ (reader.readInt32());
888 var value = /** @type {number} */ (reader.readInt32());
892 var value = /** @type {number} */ (reader.readInt32());
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java108 readInt32(); in skipField()
168 public int readInt32() throws IOException { in readInt32() method in CodedInputByteBufferNano
670 return readInt32(); in readPrimitiveField()
/external/protobuf/objectivec/
DGPBCodedInputStream.h70 - (int32_t)readInt32;
DGPBCodedInputStream.m387 - (int32_t)readInt32 { method
/external/flatbuffers/tests/
Dmonster_test_generated.ts71 return (obj || new InParentNamespace).__init(bb.readInt32(bb.position()) + bb.position(), bb);
121 return (obj || new Monster).__init(bb.readInt32(bb.position()) + bb.position(), bb);
250 …return (obj || new TestSimpleTableWithEnum).__init(bb.readInt32(bb.position()) + bb.position(), bb…
577 return (obj || new Stat).__init(bb.readInt32(bb.position()) + bb.position(), bb);
711 return (obj || new Referrable).__init(bb.readInt32(bb.position()) + bb.position(), bb);
795 return (obj || new Monster).__init(bb.readInt32(bb.position()) + bb.position(), bb);
1082 return offset ? this.bb!.readInt32(this.bb_pos + offset) : 0;
1174 return offset ? this.bb!.readInt32(this.bb_pos + offset) : 0;
2550 return (obj || new TypeAliases).__init(bb.readInt32(bb.position()) + bb.position(), bb);
2650 return offset ? this.bb!.readInt32(this.bb_pos + offset) : 0;
Dmonster_test_generated.js98 …return (obj || new MyGame.InParentNamespace).__init(bb.readInt32(bb.position()) + bb.position(), b…
158 …return (obj || new MyGame.Example2.Monster).__init(bb.readInt32(bb.position()) + bb.position(), bb…
302 …return (obj || new MyGame.Example.TestSimpleTableWithEnum).__init(bb.readInt32(bb.position()) + bb…
650 return (obj || new MyGame.Example.Stat).__init(bb.readInt32(bb.position()) + bb.position(), bb);
795 …return (obj || new MyGame.Example.Referrable).__init(bb.readInt32(bb.position()) + bb.position(), …
890 …return (obj || new MyGame.Example.Monster).__init(bb.readInt32(bb.position()) + bb.position(), bb);
1173 return offset ? this.bb.readInt32(this.bb_pos + offset) : 0;
1265 return offset ? this.bb.readInt32(this.bb_pos + offset) : 0;
2696 …return (obj || new MyGame.Example.TypeAliases).__init(bb.readInt32(bb.position()) + bb.position(),…
2796 return offset ? this.bb.readInt32(this.bb_pos + offset) : 0;
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java116 readInt32(); in skipField()
176 public int readInt32() throws IOException { in readInt32() method in CodedInputStreamMicro
/external/grpc-grpc-java/protobuf-nano/src/generated/test/javanano/io/grpc/protobuf/nano/
DMessages.java106 this.i = input.readInt32(); in mergeFrom()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java228 case INT32 : return input.readInt32 (); in readPrimitiveField()
/external/libchrome/mojo/public/js/lib/
Dcodec.js81 Decoder.prototype.readInt32 = function() { method in Decoder
777 return decoder.readInt32();
878 return decoder.readInt32();
/external/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m95 XCTAssertEqual((int32_t)value, [input readInt32]);
116 XCTAssertThrows([input readInt32]);
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/reflection/v1alpha/
DExtensionNumberResponse.java70 extensionNumber_.add(input.readInt32()); in ExtensionNumberResponse()
81 extensionNumber_.add(input.readInt32()); in ExtensionNumberResponse()
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DPayloads.java81 reqSize_ = input.readInt32(); in ByteBufferParams()
86 respSize_ = input.readInt32(); in ByteBufferParams()
595 reqSize_ = input.readInt32(); in SimpleProtoParams()
600 respSize_ = input.readInt32(); in SimpleProtoParams()
DControl.java2853 value_ = input.readInt32(); in ChannelArg()
3915 outstandingRpcsPerChannel_ = input.readInt32(); in ClientConfig()
3920 clientChannels_ = input.readInt32(); in ClientConfig()
3925 asyncClientThreads_ = input.readInt32(); in ClientConfig()
3978 coreList_.add(input.readInt32()); in ClientConfig()
3989 coreList_.add(input.readInt32()); in ClientConfig()
3996 coreLimit_ = input.readInt32(); in ClientConfig()
4016 messagesPerStream_ = input.readInt32(); in ClientConfig()
8603 port_ = input.readInt32(); in ServerConfig()
8608 asyncServerThreads_ = input.readInt32(); in ServerConfig()
[all …]

12