Searched defs:TestCommit (Results 1 – 3 of 3) sorted by relevance
343 struct TestCommit { in commit() struct344 frame_count: usize, in commit()346 impl BufferCommit for TestCommit { in commit() implementation412 struct TestCommit { in async_commit() struct413 frame_count: usize, in async_commit()416 impl AsyncBufferCommit for TestCommit { in async_commit() implementation
924 struct TestCommit { in commit() struct925 frame_count: usize, in commit()927 impl BufferCommit for TestCommit { in commit() implementation988 struct TestCommit { in async_commit() struct989 frame_count: usize, in async_commit()992 impl AsyncBufferCommit for TestCommit { in async_commit() implementation
33 class TestCommit: class