Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.h400 bool PopInt64(int64_t* value);
Dvalues_util.cc137 if (reader->PopInt64(&value)) { in PopDataAsValue()
Dmessage.cc137 if (!reader->PopInt64(&value)) in ToStringInternal()
767 bool MessageReader::PopInt64(int64_t* value) { in PopInt64() function in dbus::MessageReader
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc115 reader->PopInt64(value); in PopValueFromReader()