Searched defs:TestSets (Results 1 – 4 of 4) sorted by relevance
43 struct TestSets { struct44 std::vector<std::set<uint64_t> > Sets;45 std::vector<uint64_t> Keys;
50 struct TestSets { struct51 std::vector<uint64_t> Keys;52 std::vector<std::map<uint64_t, int64_t> > Maps;53 std::vector<std::vector<typename std::map<uint64_t, int64_t>::const_iterator> > Hints;
45 struct TestSets { struct46 std::vector<std::set<uint64_t> > Sets;47 std::vector<uint64_t> Keys;
35 public class TestSets extends BaseTest { class39 public TestSets() { in TestSets() method in TestSets