Searched refs:PopInt16 (Results 1 – 4 of 4) sorted by relevance
385 bool PopInt16(int16* value);
110 if (reader->PopInt16(&value)) in PopDataAsValue()
116 if (!reader->PopInt16(&value)) in ToStringInternal()750 bool MessageReader::PopInt16(int16* value) { in PopInt16() function in dbus::MessageReader
79 ASSERT_TRUE(reader.PopInt16(&int16_value)); in TEST()