Bitcoin Core  31.0.0
P2P Digital Currency
TestBlockManager Member List

This is the complete list of members for TestBlockManager, including all inherited members.

AddToBlockIndexnode::BlockManager
BlockManager(const util::SignalInterrupt &interrupt, Options opts)node::BlockManagerexplicit
CalculateCurrentUsage()node::BlockManager
CleanupBlockRevFiles() constnode::BlockManager
CleanupForFuzzing()TestBlockManager
GetBlockFileInfo(size_t n)node::BlockManager
GetBlockPosFilename(const FlatFilePos &pos) constnode::BlockManager
GetPruneTarget() constnode::BlockManagerinline
GUARDED_BY(cs_main)node::BlockManager
GUARDED_BY(::cs_main)node::BlockManager
InsertBlockIndex(const uint256 &hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main)node::BlockManager
IsPruneMode() constnode::BlockManagerinline
LoadingBlocks() constnode::BlockManagerinline
LookupBlockIndex(const uint256 &hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main)node::BlockManager
LookupBlockIndex(const uint256 &hash) const EXCLUSIVE_LOCKS_REQUIRED(cs_main)node::BlockManager
m_blockfile_infonode::BlockManagerprotected
m_blockfiles_indexednode::BlockManager
m_blocks_unlinkednode::BlockManager
m_dirty_blockindexnode::BlockManagerprotected
m_dirty_fileinfonode::BlockManagerprotected
m_have_prunednode::BlockManager
m_importingnode::BlockManager
m_interruptnode::BlockManager
m_snapshot_heightnode::BlockManager
OpenBlockFilenode::BlockManager
Options typedefnode::BlockManager
PRUNE_TARGET_MANUALnode::BlockManagerstatic
PruneOneBlockFile(int fileNumber) EXCLUSIVE_LOCKS_REQUIRED(cs_main)node::BlockManager
ReadBlock(CBlock &block, const FlatFilePos &pos, const std::optional< uint256 > &expected_hash) constnode::BlockManager
ReadBlock(CBlock &block, const CBlockIndex &index) constnode::BlockManager
ReadBlockUndo(CBlockUndo &blockundo, const CBlockIndex &index) constnode::BlockManager
ReadRawBlock(const FlatFilePos &pos, std::optional< std::pair< size_t, size_t >> block_part=std::nullopt) constnode::BlockManager
ReadRawBlockResult typedefnode::BlockManager
UnlinkPrunedFiles(const std::set< int > &setFilesToPrune) constnode::BlockManager
UpdateBlockInfo(const CBlock &block, unsigned int nHeight, const FlatFilePos &pos)node::BlockManager
WriteBlocknode::BlockManager