Home
last modified time | relevance | path

Searched refs:PopInt16 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/dbus/
Dmessage.h385 bool PopInt16(int16* value);
Dvalues_util.cc110 if (reader->PopInt16(&value)) in PopDataAsValue()
Dmessage.cc116 if (!reader->PopInt16(&value)) in ToStringInternal()
750 bool MessageReader::PopInt16(int16* value) { in PopInt16() function in dbus::MessageReader
Dmessage_unittest.cc79 ASSERT_TRUE(reader.PopInt16(&int16_value)); in TEST()