Searched refs:PopUint16 (Results 1 – 6 of 6) sorted by relevance
397 bool PopUint16(uint16_t* value);
118 if (reader->PopUint16(&value)) in PopDataAsValue()
637 if (!struct_reader.PopUint16(&entry.second)) in PopValueFromReader()749 if (!entry_reader.PopUint16(&key) || in PopValueFromReader()
116 if (!reader->PopUint16(&value)) in ToStringInternal()755 bool MessageReader::PopUint16(uint16_t* value) { in PopUint16() function in dbus::MessageReader
84 ASSERT_TRUE(reader.PopUint16(&uint16_value)); in TEST()
97 reader->PopUint16(value); in PopValueFromReader()