Home
last modified time | relevance | path

Searched refs:readUint8 (Results 1 – 22 of 22) sorted by relevance

/third_party/flatbuffers/ts/
Dbyte-buffer.ts55 return this.readUint8(offset) << 24 >> 24;
58 readUint8(offset: number): number { method in ByteBuffer
216 const a = this.readUint8(offset + i++);
220 const b = this.readUint8(offset + i++);
226 const c = this.readUint8(offset + i++);
233 const d = this.readUint8(offset + i++);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp71 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8() function
159 return readUint8(Ctx); in readOpcode()
206 Table.ElemType = readUint8(Ctx); in readTable()
214 Section.Type = readUint8(Ctx); in readSection()
352 uint8_t Type = readUint8(Ctx); in parseNameSection()
409 uint8_t Type = readUint8(Ctx); in parseLinkingSection()
491 Info.Kind = readUint8(Ctx); in parseLinkingSectionSymtab()
725 Feature.Prefix = readUint8(Ctx); in parseTargetFeaturesSection()
872 uint8_t Form = readUint8(Ctx); in parseTypeSection()
880 uint32_t ParamType = readUint8(Ctx); in parseTypeSection()
[all …]
/third_party/flatbuffers/tests/union_vector/
Dmovie.js26 return offset ? this.bb.readUint8(this.bb_pos + offset) : Character.NONE;
34 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
Dmovie.ts35 return offset ? this.bb!.readUint8(this.bb_pos + offset) : Character.NONE;
45 return offset ? this.bb!.readUint8(this.bb!.__vector(this.bb_pos + offset) + index) : 0;
/third_party/flatbuffers/tests/my-game/example/
Dmonster.js71 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
83 return offset ? this.bb.readUint8(this.bb_pos + offset) : Color.Blue;
95 return offset ? this.bb.readUint8(this.bb_pos + offset) : Any.NONE;
135 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
323 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
443 return offset ? this.bb.readUint8(this.bb_pos + offset) : AnyUniqueAliases.NONE;
451 return offset ? this.bb.readUint8(this.bb_pos + offset) : AnyAmbiguousAliases.NONE;
459 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
483 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
Dtest-simple-table-with-enum.js23 return offset ? this.bb.readUint8(this.bb_pos + offset) : Color.Green;
Dtest-simple-table-with-enum.ts28 return offset ? this.bb!.readUint8(this.bb_pos + offset) : Color.Green;
Dmonster.ts91 return offset ? this.bb!.readUint8(this.bb!.__vector(this.bb_pos + offset) + index) : 0;
106 return offset ? this.bb!.readUint8(this.bb_pos + offset) : Color.Blue;
122 return offset ? this.bb!.readUint8(this.bb_pos + offset) : Any.NONE;
173 return offset ? this.bb!.readUint8(this.bb!.__vector(this.bb_pos + offset) + index) : 0;
422 return offset ? this.bb!.readUint8(this.bb!.__vector(this.bb_pos + offset) + index) : 0;
575 return offset ? this.bb!.readUint8(this.bb_pos + offset) : AnyUniqueAliases.NONE;
585 return offset ? this.bb!.readUint8(this.bb_pos + offset) : AnyAmbiguousAliases.NONE;
595 return offset ? this.bb!.readUint8(this.bb!.__vector(this.bb_pos + offset) + index) : 0;
626 return offset ? this.bb!.readUint8(this.bb!.__vector(this.bb_pos + offset) + index) : 0;
Dvec3.ts55 return this.bb!.readUint8(this.bb_pos + 24);
Dvec3.js42 return this.bb.readUint8(this.bb_pos + 24);
Dtype-aliases.js34 return offset ? this.bb.readUint8(this.bb_pos + offset) : 0;
Dtype-aliases.ts43 return offset ? this.bb!.readUint8(this.bb_pos + offset) : 0;
/third_party/flatbuffers/tests/optional_scalars/
Dscalar-stuff.js38 return offset ? this.bb.readUint8(this.bb_pos + offset) : 0;
42 return offset ? this.bb.readUint8(this.bb_pos + offset) : null;
46 return offset ? this.bb.readUint8(this.bb_pos + offset) : 42;
Dscalar-stuff.ts47 return offset ? this.bb!.readUint8(this.bb_pos + offset) : 0;
52 return offset ? this.bb!.readUint8(this.bb_pos + offset) : null;
57 return offset ? this.bb!.readUint8(this.bb_pos + offset) : 42;
/third_party/flatbuffers/tests/namespace_test/namespace-a/
Dtable-in-first-n-s.js42 return offset ? this.bb.readUint8(this.bb_pos + offset) : UnionInNestedNS.NONE;
Dtable-in-first-n-s.ts52 return offset ? this.bb!.readUint8(this.bb_pos + offset) : UnionInNestedNS.NONE;
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js241 jspb.BinaryDecoder.prototype.readUint8,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js252 jspb.BinaryDecoder.prototype.readUint8,
/third_party/protobuf/js/binary/
Ddecoder_test.js402 jspb.BinaryDecoder.prototype.readUint8,
Ddecoder.js638 jspb.BinaryDecoder.prototype.readUint8 = function() { method in jspb.BinaryDecoder
/third_party/node/lib/internal/
Dbuffer.js986 proto.readUint8 = readUInt8;
/third_party/node/doc/api/
Dbuffer.md1874 description: This function is also available as `buf.readUint8()`.
1887 This function is also available under the `readUint8` alias.