Searched defs:writeInt8 (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/js/binary/ | ||
D | encoder.js | 271 jspb.BinaryEncoder.prototype.writeInt8 = function(value) { method in jspb.BinaryEncoder |
/external/flatbuffers/js/ | ||
D | flatbuffers.js | 316 flatbuffers.Builder.prototype.writeInt8 = function(value) { method in flatbuffers.Builder |
/external/fonttools/Lib/fontTools/ttLib/tables/ | ||
D | otBase.py | 432 def writeInt8(self, value): member in OTTableWriter |
/external/libchrome/mojo/public/js/lib/ | ||
D | codec.js | 234 Encoder.prototype.writeInt8 = function(val) { method in Encoder |