Home
last modified time | relevance | path

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

/external/chromium_org/dbus/
Dmessage.cc863 const char* serialized_buf = NULL; in PopArrayOfBytesAsProto() local
866 reinterpret_cast<const uint8**>(&serialized_buf), &buf_size)) { in PopArrayOfBytesAsProto()
870 if (!protobuf->ParseFromArray(serialized_buf, buf_size)) { in PopArrayOfBytesAsProto()