Searched refs:writeUint8 (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 68 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/ |
D | codec.js | 239 Encoder.prototype.writeUint8 = function(val) { method in Encoder 729 encoder.writeUint8(val); 742 encoder.writeUint8(val);
|
/external/protobuf/js/binary/ |
D | decoder_test.js | 260 jspb.BinaryEncoder.prototype.writeUint8,
|
D | encoder.js | 215 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { method in jspb.BinaryEncoder
|
/external/flatbuffers/tests/union_vector/ |
D | union_vector_generated.js | 289 this.bb.writeUint8(this.bb_pos + offset, value);
|
D | union_vector_generated.ts | 254 this.bb!.writeUint8(this.bb_pos + offset, value);
|
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/ |
D | union_definition.tmpl | 153 encoder.writeUint8(val.{{field.name}} ? 1 : 0);
|
D | struct_definition.tmpl | 165 encoder.writeUint8(packed);
|
/external/flatbuffers/tests/ |
D | monster_test_generated.js | 1032 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);
|
D | monster_test_generated.ts | 939 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/ |
D | flatbuffers.js | 980 flatbuffers.ByteBuffer.prototype.writeUint8 = function(offset, value) { method in flatbuffers.ByteBuffer
|