Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dencoder.js271 jspb.BinaryEncoder.prototype.writeInt8 = function(value) { method in jspb.BinaryEncoder
/external/flatbuffers/js/
Dflatbuffers.js316 flatbuffers.Builder.prototype.writeInt8 = function(value) { method in flatbuffers.Builder
972 flatbuffers.ByteBuffer.prototype.writeInt8 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py432 def writeInt8(self, value): member in OTTableWriter
/external/libchrome/mojo/public/js/lib/
Dcodec.js234 Encoder.prototype.writeInt8 = function(val) { method in Encoder