Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.h395 bool PopBool(bool* value);
Dvalues_util.cc106 if (reader->PopBool(&value)) in PopDataAsValue()
Dmessage.cc102 if (!reader->PopBool(&value)) in ToStringInternal()
741 bool MessageReader::PopBool(bool* value) { in PopBool() function in dbus::MessageReader
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc79 reader->PopBool(value); in PopValueFromReader()