|
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_b_map.H>Go to the source code of this file.
Functions | |
| TEST (FileBMap, InsertFindAssignAndReopen) | |
| TEST (FileBMap, BoundsItemsAndRemove) | |
| TEST (FileBMap, SupportsBoundedStringCodecs) | |
| TEST | ( | FileBMap | , |
| BoundsItemsAndRemove | |||
| ) |
| TEST | ( | FileBMap | , |
| InsertFindAssignAndReopen | |||
| ) |
Definition at line 84 of file file_b_map_test.cc.
References Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::at(), Aleph::divide_and_conquer_partition_dp(), Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::find(), Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::insert(), Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::insert_or_assign(), Aleph::Read_Only, Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::sync(), Aleph::to_vector(), and Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::verify().
| TEST | ( | FileBMap | , |
| SupportsBoundedStringCodecs | |||
| ) |
Definition at line 135 of file file_b_map_test.cc.
References Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::at(), Aleph::divide_and_conquer_partition_dp(), Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::insert(), Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::insert_or_assign(), and Aleph::Gen_File_B_Map< Key, Value, Compare, MinDegree, KeyCodec, ValueCodec >::lower_bound().