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

  /external/libchrome/dbus/
message.h 315 void AppendArrayOfBytes(const uint8_t* values, size_t length);
property.cc 561 variant_writer.AppendArrayOfBytes(set_value_.data(), set_value_.size());
653 struct_writer.AppendArrayOfBytes(std::get<0>(pair).data(),
message.cc 589 void MessageWriter::AppendArrayOfBytes(const uint8_t* values, size_t length) {
644 AppendArrayOfBytes(reinterpret_cast<const uint8_t*>(serialized_proto.data()),

Completed in 54 milliseconds