Searched refs:AppendInt16 (Results 1 – 5 of 5) sorted by relevance
274 void AppendInt16(int16_t value);
53 writer.AppendInt16(2); in TEST()
463 void MessageWriter::AppendInt16(int16_t value) { in AppendInt16() function in dbus::MessageWriter
32 writer.AppendInt16(kInt16Value); in TEST()
23 writer->AppendInt16(value); in AppendValueToWriter()