Lines Matching refs:slice
69 // std::shared_ptr<DataQueue> slice = data_queue.slice(
151 // offset is omitted, the slice extends to the end of the
154 // Creating a slice is only possible if is_idempotent() returns
157 // deterministic ways. When is_idempotent() returns false, slice()
160 // Creating a slice is also only possible if the size of the
161 // entry is known. If size() returns std::nullopt, slice()
163 virtual std::unique_ptr<Entry> slice(
251 // is omitted, the slice extends to the end of the data.
253 // The slice will coverage a range from start up to, but excluding, end.
255 // Creating a slice is only possible if is_idempotent() returns
258 // deterministic ways. When is_idempotent() returns false, slice()
261 // Creating a slice is also only possible if the size of the
262 // DataQueue is known. If size() returns std::nullopt, slice()
264 virtual std::shared_ptr<DataQueue> slice(