Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeRecordBuilder.cpp28 void TypeRecordBuilder::writeInt16(int16_t Value) { in writeInt16() function in TypeRecordBuilder
/external/flatbuffers/ts/
Dbyte-buffer.ts105 writeInt16(offset: number, value: number): void { method in ByteBuffer
Dbuilder.ts131 writeInt16(value: number): void { method in Builder
/external/cronet/third_party/protobuf/js/binary/
Dencoder.js327 jspb.BinaryEncoder.prototype.writeInt16 = function(value) { method in jspb.BinaryEncoder
/external/libchrome/mojo/public/js/lib/
Dcodec.js247 Encoder.prototype.writeInt16 = function(val) { method in Encoder