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

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

Completed in 683 milliseconds