![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
Public Member Functions | |
void | resize (Size s) |
void | reserve (Size s) |
void | insert (Size position, const T &value) |
void | insert (Size position, Size count, const T &value) |
template<typename I > | |
void | insert_range (Size position, I first, I last) |
void | erase (Size position) |
void | erase (Size first, Size last) |
void | update (Size pos, const T &value) |
void | push_back (const T &value) |
void | pop_back () |
void | clear () |
void | assign (Size n, const T &value) |
Size | size () const |
Size | capacity () const |
void | shrink_to_fit () |
void | swap () |
void | move () |
void | copy () |
void | resize_uninitialized (realtype values) |
~prevector_tester () | |
prevector_tester () | |
Private Types | |
typedef std::vector< T > | realtype |
typedef prevector< N, T > | pretype |
typedef pretype::size_type | Size |
Private Member Functions | |
template<typename A , typename B > | |
void | local_check_equal (A a, B b) |
void | local_check (bool b) |
void | test () |
Private Attributes | |
realtype | real_vector |
realtype | real_vector_alt |
pretype | pre_vector |
pretype | pre_vector_alt |
bool | passed = true |
FastRandomContext | rand_cache |
uint256 | rand_seed |
Definition at line 19 of file prevector_tests.cpp.
|
private |
Definition at line 24 of file prevector_tests.cpp.
|
private |
Definition at line 20 of file prevector_tests.cpp.
|
private |
Definition at line 28 of file prevector_tests.cpp.
|
inline |
|
inline |
|
inline |
Definition at line 150 of file prevector_tests.cpp.
|
inline |
|
inline |
Definition at line 145 of file prevector_tests.cpp.
|
inline |
|
inline |
|
inline |
Definition at line 115 of file prevector_tests.cpp.
|
inline |
Definition at line 96 of file prevector_tests.cpp.
|
inline |
Definition at line 109 of file prevector_tests.cpp.
|
inlineprivate |
|
inlineprivate |
Definition at line 35 of file prevector_tests.cpp.
|
inline |
Definition at line 174 of file prevector_tests.cpp.
|
inline |
Definition at line 139 of file prevector_tests.cpp.
|
inline |
Definition at line 133 of file prevector_tests.cpp.
|
inline |
Definition at line 88 of file prevector_tests.cpp.
|
inline |
Definition at line 80 of file prevector_tests.cpp.
|
inline |
Definition at line 186 of file prevector_tests.cpp.
|
inline |
Definition at line 163 of file prevector_tests.cpp.
|
inline |
|
inline |
Definition at line 168 of file prevector_tests.cpp.
|
inlineprivate |
Definition at line 43 of file prevector_tests.cpp.
|
inline |
Definition at line 127 of file prevector_tests.cpp.
|
private |
Definition at line 29 of file prevector_tests.cpp.
|
private |
Definition at line 25 of file prevector_tests.cpp.
|
private |
Definition at line 26 of file prevector_tests.cpp.
|
private |
Definition at line 30 of file prevector_tests.cpp.
|
private |
Definition at line 31 of file prevector_tests.cpp.
|
private |
Definition at line 21 of file prevector_tests.cpp.
|
private |
Definition at line 22 of file prevector_tests.cpp.