Home
last modified time | relevance | path

Searched refs:PopUint16 (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/dbus/
Dmessage.h397 bool PopUint16(uint16_t* value);
Dvalues_util.cc118 if (reader->PopUint16(&value)) in PopDataAsValue()
Dproperty.cc637 if (!struct_reader.PopUint16(&entry.second)) in PopValueFromReader()
749 if (!entry_reader.PopUint16(&key) || in PopValueFromReader()
Dmessage.cc116 if (!reader->PopUint16(&value)) in ToStringInternal()
755 bool MessageReader::PopUint16(uint16_t* value) { in PopUint16() function in dbus::MessageReader
Dmessage_unittest.cc84 ASSERT_TRUE(reader.PopUint16(&uint16_value)); in TEST()
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc97 reader->PopUint16(value); in PopValueFromReader()