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

/external/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordBuilder.cpp28 void TypeRecordBuilder::writeInt16(int16_t Value) { function in class:TypeRecordBuilder
64 writeInt16(static_cast<int8_t>(Value));
68 writeInt16(static_cast<int16_t>(Value));
/external/protobuf/js/binary/
H A Dencoder.js283 jspb.BinaryEncoder.prototype.writeInt16 = function(value) {
/external/flatbuffers/js/
H A Dflatbuffers.js310 flatbuffers.Builder.prototype.writeInt16 = function(value) {
311 this.bb.writeInt16(this.space -= 2, value);
358 this.writeInt16(value);
957 flatbuffers.ByteBuffer.prototype.writeInt16 = function(offset, value) {
/external/sqlite/dist/orig/
H A Dsqlite3.c163962 static void writeInt16(u8 *p, int i){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c163974 static void writeInt16(u8 *p, int i){ function
[all...]

Completed in 691 milliseconds