Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeRecordBuilder.cpp28 void TypeRecordBuilder::writeInt16(int16_t Value) { in writeInt16() function in TypeRecordBuilder
/external/protobuf/js/binary/
Dencoder.js313 jspb.BinaryEncoder.prototype.writeInt16 = function(value) { method in jspb.BinaryEncoder
/external/flatbuffers/js/
Dflatbuffers.js329 flatbuffers.Builder.prototype.writeInt16 = function(value) { method in flatbuffers.Builder
1008 flatbuffers.ByteBuffer.prototype.writeInt16 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/libchrome/mojo/public/js/lib/
Dcodec.js247 Encoder.prototype.writeInt16 = function(val) { method in Encoder