Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp68 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function
82 writeUint8(OS, Lim.Flags); in writeLimits()
90 writeUint8(OS, InitExpr.Opcode); in writeInitExpr()
111 writeUint8(OS, wasm::WASM_OPCODE_END); in writeInitExpr()
143 writeUint8(OS, wasm::WASM_SYMBOL_TABLE); in writeSectionContent()
151 writeUint8(SubSection.GetStream(), Info.Kind); in writeSectionContent()
181 writeUint8(OS, wasm::WASM_SEGMENT_INFO); in writeSectionContent()
193 writeUint8(OS, wasm::WASM_INIT_FUNCS); in writeSectionContent()
204 writeUint8(OS, wasm::WASM_COMDAT_INFO); in writeSectionContent()
211 writeUint8(SubSection.GetStream(), Entry.Kind); in writeSectionContent()
[all …]
/external/libchrome/mojo/public/js/lib/
Dcodec.js239 Encoder.prototype.writeUint8 = function(val) { method in Encoder
729 encoder.writeUint8(val);
742 encoder.writeUint8(val);
/external/protobuf/js/binary/
Ddecoder_test.js260 jspb.BinaryEncoder.prototype.writeUint8,
Dencoder.js215 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { method in jspb.BinaryEncoder
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.js289 this.bb.writeUint8(this.bb_pos + offset, value);
Dunion_vector_generated.ts254 this.bb!.writeUint8(this.bb_pos + offset, value);
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/
Dunion_definition.tmpl153 encoder.writeUint8(val.{{field.name}} ? 1 : 0);
Dstruct_definition.tmpl165 encoder.writeUint8(packed);
/external/flatbuffers/tests/
Dmonster_test_generated.js1032 this.bb.writeUint8(this.bb_pos + offset, value);
1751 this.bb.writeUint8(this.bb_pos + offset, value);
1783 this.bb.writeUint8(this.bb_pos + offset, value);
2741 this.bb.writeUint8(this.bb_pos + offset, value);
Dmonster_test_generated.ts939 this.bb!.writeUint8(this.bb_pos + offset, value);
1662 this.bb!.writeUint8(this.bb_pos + offset, value);
1694 this.bb!.writeUint8(this.bb_pos + offset, value);
2595 this.bb!.writeUint8(this.bb_pos + offset, value);
/external/flatbuffers/js/
Dflatbuffers.js980 flatbuffers.ByteBuffer.prototype.writeUint8 = function(offset, value) { method in flatbuffers.ByteBuffer