Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.h388 bool PopUint16(uint16_t* value);
Dvalues_util.cc116 if (reader->PopUint16(&value)) in PopDataAsValue()
Dmessage.cc123 if (!reader->PopUint16(&value)) in ToStringInternal()
753 bool MessageReader::PopUint16(uint16_t* value) { in PopUint16() function in dbus::MessageReader
Dproperty.cc638 if (!struct_reader.PopUint16(&entry.second)) in PopValueFromReader()
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc97 reader->PopUint16(value); in PopValueFromReader()