|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <gtest/gtest.h>#include <cuckoo-filter.H>#include <string>#include <vector>#include <set>#include <random>Go to the source code of this file.
Functions | |
| TEST (CuckooFilterTest, BasicOperations) | |
| TEST (CuckooFilterTest, Deletion) | |
| TEST (CuckooFilterTest, Duplicates) | |
| TEST (CuckooFilterTest, CapacityExhaustion) | |
| TEST (CuckooFilterTest, TypeVariety) | |
| TEST (CuckooFilterTest, TemplateConfigurations) | |
| TEST (CuckooFilterTest, StressTest) | |
| TEST (CuckooFilterTest, HighLoadRefined) | |
| TEST (CuckooFilterTest, Clear) | |
| TEST | ( | CuckooFilterTest | , |
| BasicOperations | |||
| ) |
Definition at line 21 of file cuckoo-filter.cc.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().
| TEST | ( | CuckooFilterTest | , |
| CapacityExhaustion | |||
| ) |
Definition at line 95 of file cuckoo-filter.cc.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().
| TEST | ( | CuckooFilterTest | , |
| Clear | |||
| ) |
Definition at line 189 of file cuckoo-filter.cc.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().
| TEST | ( | CuckooFilterTest | , |
| Deletion | |||
| ) |
Definition at line 50 of file cuckoo-filter.cc.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().
| TEST | ( | CuckooFilterTest | , |
| Duplicates | |||
| ) |
Definition at line 80 of file cuckoo-filter.cc.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().
| TEST | ( | CuckooFilterTest | , |
| HighLoadRefined | |||
| ) |
Definition at line 169 of file cuckoo-filter.cc.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().
| TEST | ( | CuckooFilterTest | , |
| StressTest | |||
| ) |
Definition at line 129 of file cuckoo-filter.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::filter(), and rng.
| TEST | ( | CuckooFilterTest | , |
| TemplateConfigurations | |||
| ) |
Definition at line 122 of file cuckoo-filter.cc.
References Aleph::divide_and_conquer_partition_dp(), and Aleph::filter().
| TEST | ( | CuckooFilterTest | , |
| TypeVariety | |||
| ) |
Definition at line 109 of file cuckoo-filter.cc.
References Aleph::divide_and_conquer_partition_dp().