Searched refs:proto_data (Results 1 – 1 of 1) sorted by relevance
298 unique_ptr<char> proto_data(prepare_proto(user_id, proto)); in flush_proto() local299 if (proto_data == nullptr) return; in flush_proto()301 flush_proto_data(user_id, proto_data.get(), proto->ByteSize()); in flush_proto()