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