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