Home
last modified time | relevance | path

Searched refs:writeUint8 (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp104 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function
118 writeUint8(OS, Lim.Flags); in writeLimits()
132 writeUint8(OS, InitExpr.Opcode); in writeInitExpr()
153 writeUint8(OS, wasm::WASM_OPCODE_END); in writeInitExpr()
177 writeUint8(OS, wasm::WASM_SYMBOL_TABLE); in writeSectionContent()
185 writeUint8(SubSection.getStream(), Info.Kind); in writeSectionContent()
217 writeUint8(OS, wasm::WASM_SEGMENT_INFO); in writeSectionContent()
229 writeUint8(OS, wasm::WASM_INIT_FUNCS); in writeSectionContent()
240 writeUint8(OS, wasm::WASM_COMDAT_INFO); in writeSectionContent()
247 writeUint8(SubSection.getStream(), Entry.Kind); in writeSectionContent()
[all …]
/third_party/flatbuffers/tests/my-game/example/
Dtest-simple-table-with-enum.js30 this.bb.writeUint8(this.bb_pos + offset, value);
Dtest-simple-table-with-enum.ts38 this.bb!.writeUint8(this.bb_pos + offset, value);
Dvec3.js45 this.bb.writeUint8(this.bb_pos + 24, value);
Dvec3.ts59 this.bb!.writeUint8(this.bb_pos + 24, value);
Dtype-aliases.js41 this.bb.writeUint8(this.bb_pos + offset, value);
Dtype-aliases.ts53 this.bb!.writeUint8(this.bb_pos + offset, value);
Dmonster.js90 this.bb.writeUint8(this.bb_pos + offset, value);
Dmonster.ts116 this.bb!.writeUint8(this.bb_pos + offset, value);
/third_party/flatbuffers/ts/
Dbyte-buffer.ts101 writeUint8(offset: number, value: number): void { method in ByteBuffer
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js253 jspb.BinaryEncoder.prototype.writeUint8,
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js242 jspb.BinaryEncoder.prototype.writeUint8,
/third_party/protobuf/js/binary/
Dencoder.js259 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { method in jspb.BinaryEncoder
Ddecoder_test.js403 jspb.BinaryEncoder.prototype.writeUint8,
/third_party/node/lib/internal/
Dbuffer.js1008 proto.writeUint8 = writeUInt8;
/third_party/node/doc/api/
Dbuffer.md2863 description: This function is also available as `buf.writeUint8()`.
2879 This function is also available under the `writeUint8` alias.