![]() |
Bitcoin Core
0.21.1
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 | IS_TRIVIALLY_CONSTRUCTIBLE std::is_trivially_default_constructible |
| #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) |
| #define IS_TRIVIALLY_CONSTRUCTIBLE std::is_trivially_default_constructible |
Definition at line 17 of file prevector.cpp.
| #define PREVECTOR_TEST | ( | name | ) |
Definition at line 91 of file prevector.cpp.
| typedef unsigned char trivial_t |
Definition at line 26 of file prevector.cpp.
|
static |
|
static |
|
static |
|
static |
1.8.5