HomeSort by relevance Sort by last modified time
    Searched refs:PopByte (Results 1 - 4 of 4) sorted by null

  /external/libchrome/dbus/
message.h 385 bool PopByte(uint8_t* value);
478 // Helper function used to implement PopByte() etc.
values_util.cc 98 if (reader->PopByte(&value))
message.cc 102 if (!reader->PopByte(&value))
735 bool MessageReader::PopByte(uint8_t* value) {
  /external/libbrillo/brillo/dbus/
data_serialization.cc 85 reader->PopByte(value);

Completed in 2073 milliseconds