Home
last modified time | relevance | path

Searched defs:writeUint8 (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/js/binary/
Dencoder.js245 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { method in jspb.BinaryEncoder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp104 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp105 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function
/external/flatbuffers/js/
Dflatbuffers.js1000 flatbuffers.ByteBuffer.prototype.writeUint8 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/libchrome/mojo/public/js/lib/
Dcodec.js239 Encoder.prototype.writeUint8 = function(val) { method in Encoder