|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <gtest/gtest.h>#include <atomic>#include <chrono>#include <filesystem>#include <optional>#include <random>#include <string>#include <utility>#include <vector>#include <tpl_file_bplus_map.H>Go to the source code of this file.
Functions | |
| TEST (FileBPlusMap, RangeAndReopen) | |
| TEST (FileBPlusMap, AssignBoundsAndErase) | |
| TEST (FileBPlusMap, LazyIteratorsTraverseOrderedPairs) | |
| TEST (FileBPlusMap, SupportsBoundedStringCodecs) | |
| TEST | ( | FileBPlusMap | , |
| AssignBoundsAndErase | |||
| ) |
Definition at line 109 of file file_bplus_map_test.cc.
References Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::at(), Aleph::divide_and_conquer_partition_dp(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::insert(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::insert_or_assign(), and Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::lower_bound().
| TEST | ( | FileBPlusMap | , |
| LazyIteratorsTraverseOrderedPairs | |||
| ) |
Definition at line 132 of file file_bplus_map_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::get_it(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::get_range_it(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::Iterator::has_curr(), and Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::insert().
| TEST | ( | FileBPlusMap | , |
| RangeAndReopen | |||
| ) |
Definition at line 84 of file file_bplus_map_test.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::insert(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::range(), and Aleph::to_vector().
| TEST | ( | FileBPlusMap | , |
| SupportsBoundedStringCodecs | |||
| ) |
Definition at line 161 of file file_bplus_map_test.cc.
References Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::at(), Aleph::divide_and_conquer_partition_dp(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::insert(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::insert_or_assign(), Aleph::Gen_File_BPlus_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::range(), and Aleph::to_vector().