Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dencoder.js215 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { method in jspb.BinaryEncoder
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp68 static int writeUint8(raw_ostream &OS, uint8_t Value) { in writeUint8() function
/external/flatbuffers/js/
Dflatbuffers.js980 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