Home
last modified time | relevance | path

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

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