Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.h394 bool PopByte(uint8_t* value);
Dvalues_util.cc100 if (reader->PopByte(&value)) in PopDataAsValue()
Dmessage.cc95 if (!reader->PopByte(&value)) in ToStringInternal()
737 bool MessageReader::PopByte(uint8_t* value) { in PopByte() function in dbus::MessageReader
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc85 reader->PopByte(value); in PopValueFromReader()