Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.h396 bool PopUint16(uint16_t* value);
Dproperty.cc638 if (!struct_reader.PopUint16(&entry.second)) in PopValueFromReader()
750 if (!entry_reader.PopUint16(&key) || in PopValueFromReader()
Dvalues_util.cc118 if (reader->PopUint16(&value)) in PopDataAsValue()
Dmessage.cc123 if (!reader->PopUint16(&value)) in ToStringInternal()
760 bool MessageReader::PopUint16(uint16_t* value) { in PopUint16() function in dbus::MessageReader
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc97 reader->PopUint16(value); in PopValueFromReader()