![]() |
Bitcoin Core 28.0.0
P2P Digital Currency
|
#include <prevector.h>#include <serialize.h>#include <streams.h>#include <type_traits>#include <bench/bench.h>Go to the source code of this file.
Classes | |
| struct | nontrivial_t |
Macros | |
| #define | PREVECTOR_TEST(name) |
Typedefs | |
| typedef unsigned char | trivial_t |
Functions | |
| template<typename T > | |
| static void | PrevectorDestructor (benchmark::Bench &bench) |
| template<typename T > | |
| static void | PrevectorClear (benchmark::Bench &bench) |
| template<typename T > | |
| static void | PrevectorResize (benchmark::Bench &bench) |
| template<typename T > | |
| static void | PrevectorDeserialize (benchmark::Bench &bench) |
| template<typename T > | |
| static void | PrevectorFillVectorDirect (benchmark::Bench &bench) |
| template<typename T > | |
| static void | PrevectorFillVectorIndirect (benchmark::Bench &bench) |
| #define PREVECTOR_TEST | ( | name | ) |
Definition at line 107 of file prevector.cpp.
| typedef unsigned char trivial_t |
Definition at line 20 of file prevector.cpp.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |