Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmessage.cc920 const char* serialized_buf = nullptr; in PopArrayOfBytesAsProto() local
922 if (!PopArrayOfBytes(reinterpret_cast<const uint8_t**>(&serialized_buf), in PopArrayOfBytesAsProto()
927 if (!protobuf->ParseFromArray(serialized_buf, buf_size)) { in PopArrayOfBytesAsProto()