Searched defs:MockTable (Results 1 – 9 of 9) sorted by relevance
74 type MockTable struct { struct75 state []string79 func (mt *MockTable) Operation1() error { return nil }80 func (mt *MockTable) Operation2() error { return nil }81 func (mt *MockTable) Operation3() error { return nil }82 func (mt *MockTable) State() []string { return mt.state }
388 struct MockTable { in TEST() struct389 void* ctrl; in TEST()390 void* slots; in TEST()391 size_t size; in TEST()392 size_t capacity; in TEST()393 size_t growth_left; in TEST()394 void* infoz; in TEST()
414 struct MockTable { in TEST() struct415 void* ctrl; in TEST()416 void* slots; in TEST()417 size_t size; in TEST()418 size_t capacity; in TEST()419 size_t growth_left; in TEST()420 void* infoz; in TEST()
446 struct MockTable { in TEST() struct447 void* ctrl; in TEST()448 void* slots; in TEST()449 size_t size; in TEST()450 size_t capacity; in TEST()451 size_t growth_left; in TEST()452 void* infoz; in TEST()
457 struct MockTable { in TEST() struct458 void* ctrl; in TEST()459 void* slots; in TEST()460 size_t size; in TEST()461 size_t capacity; in TEST()462 size_t growth_left; in TEST()463 void* infoz; in TEST()
458 struct MockTable { in TEST() struct459 void* infoz; in TEST()460 void* ctrl; in TEST()461 void* slots; in TEST()462 size_t size; in TEST()463 size_t capacity; in TEST()464 size_t growth_left; in TEST()
526 struct MockTable { in TEST() struct527 void* infoz; in TEST()528 void* ctrl; in TEST()529 void* slots; in TEST()530 size_t size; in TEST()531 size_t capacity; in TEST()