Searched defs:UnwrappedBatchData (Results 1 – 1 of 1) sorted by relevance
212 struct UnwrappedBatchData { struct213 explicit UnwrappedBatchData(UnwrappedBatchType data) in UnwrappedBatchData() argument217 explicit UnwrappedBatchData(std::exception_ptr e) : exception(e) {} in UnwrappedBatchData() argument228 std::queue<UnwrappedBatchData> batch_queue_; argument