Searched defs:TestCommit (Results 1 – 3 of 3) sorted by relevance
328 struct TestCommit { in commit() struct329 frame_count: usize, in commit()331 impl BufferCommit for TestCommit { in commit() implementation397 struct TestCommit { in async_commit() struct398 frame_count: usize, in async_commit()401 impl AsyncBufferCommit for TestCommit { in async_commit() implementation
793 struct TestCommit { in commit() struct794 frame_count: usize, in commit()796 impl BufferCommit for TestCommit { in commit() implementation857 struct TestCommit { in async_commit() struct858 frame_count: usize, in async_commit()861 impl AsyncBufferCommit for TestCommit { in async_commit() implementation
33 class TestCommit: class