Home
last modified time | relevance | path

Searched refs:AppendInt32 (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_object_unittest.cc164 writer.AppendInt32(2); in TEST_F()
165 writer.AppendInt32(3); in TEST_F()
178 writer.AppendInt32(98765); in TEST_F()
213 writer.AppendInt32(2); in TEST_F()
214 writer.AppendInt32(3); in TEST_F()
357 writer.AppendInt32(2); in TEST_F()
366 writer.AppendInt32(1); in TEST_F()
367 writer.AppendInt32(2); in TEST_F()
368 writer.AppendInt32(3); in TEST_F()
377 writer.AppendInt32(1); in TEST_F()
[all …]
Ddata_serialization.cc31 writer->AppendInt32(value); in AppendValueToWriter()
/external/libchrome/dbus/
Dmessage.h276 void AppendInt32(int32_t value);
Dvalues_util.cc230 writer->AppendInt32(int_value); in AppendBasicTypeValueData()
Dmessage.cc471 void MessageWriter::AppendInt32(int32_t value) { in AppendInt32() function in dbus::MessageWriter