Home
last modified time | relevance | path

Searched refs:PopUint64 (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/dbus/
Dmessage.h397 bool PopUint64(uint64_t* value);
Dvalues_util.cc148 if (reader->PopUint64(&value)) { in PopDataAsValue()
Dmessage.cc151 if (!reader->PopUint64(&value)) in ToStringInternal()
782 bool MessageReader::PopUint64(uint64_t* value) { in PopUint64() function in dbus::MessageReader
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc121 reader->PopUint64(value); in PopValueFromReader()