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