HomeSort by relevance Sort by last modified time
    Searched refs:readInt8 (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/os/
HwParcel.java 294 public native final byte readInt8();
  /external/flatbuffers/tests/
monster_test_generated.js 200 return this.bb.readInt8(this.bb_pos + 2);
272 return offset ? /** @type {MyGame.Example.Color} */ (this.bb.readInt8(this.bb_pos + offset)) : MyGame.Example.Color.Green;
432 return /** @type {MyGame.Example.Color} */ (this.bb.readInt8(this.bb_pos + 24));
838 return offset ? /** @type {MyGame.Example.Color} */ (this.bb.readInt8(this.bb_pos + offset)) : MyGame.Example.Color.Blue;
993 return offset ? !!this.bb.readInt8(this.bb_pos + offset) : false;
1201 return offset ? !!this.bb.readInt8(this.bb.__vector(this.bb_pos + offset) + index) : false;
    [all...]
  /system/libhwbinder/include/hwbinder/
Parcel.h 130 status_t readInt8(int8_t *pArg) const;
  /external/flatbuffers/tests/namespace_test/
namespace_test2_generated.js 70 return offset ? /** @type {NamespaceA.NamespaceB.EnumInNestedNS} */ (this.bb.readInt8(this.bb_pos + offset)) : NamespaceA.NamespaceB.EnumInNestedNS.A;
  /system/libhwbinder/
Parcel.cpp     [all...]
  /external/protobuf/js/binary/
decoder_test.js 285 jspb.BinaryDecoder.prototype.readInt8,
decoder.js 798 jspb.BinaryDecoder.prototype.readInt8 = function() {
  /external/flatbuffers/js/
flatbuffers.js 871 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) {
1179 if (ident.charCodeAt(i) != this.readInt8(this.position_ + flatbuffers.SIZEOF_INT + i)) {

Completed in 363 milliseconds