Home
last modified time | relevance | path

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

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