Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object_unittest.cc158 writer.AppendInt32(2); in TEST_F()
159 writer.AppendInt32(3); in TEST_F()
172 writer.AppendInt32(98765); in TEST_F()
207 writer.AppendInt32(2); in TEST_F()
208 writer.AppendInt32(3); in TEST_F()
322 writer.AppendInt32(2); in TEST_F()
331 writer.AppendInt32(1); in TEST_F()
332 writer.AppendInt32(2); in TEST_F()
333 writer.AppendInt32(3); in TEST_F()
342 writer.AppendInt32(1); in TEST_F()
[all …]
Ddata_serialization.cc31 writer->AppendInt32(value); in AppendValueToWriter()
/external/libchrome/dbus/
Dmessage.h279 void AppendInt32(int32_t value);
Dvalues_util.cc227 writer->AppendInt32(int_value); in AppendBasicTypeValueData()
Dmessage.cc486 void MessageWriter::AppendInt32(int32_t value) { in AppendInt32() function in dbus::MessageWriter