Searched refs:serialized_buf (Results 1 – 1 of 1) sorted by relevance
894 const char* serialized_buf = NULL; in PopArrayOfBytesAsProto() local896 if (!PopArrayOfBytes(reinterpret_cast<const uint8_t**>(&serialized_buf), in PopArrayOfBytesAsProto()901 if (!protobuf->ParseFromArray(serialized_buf, buf_size)) { in PopArrayOfBytesAsProto()