Searched refs:ReadTreeBlock (Results 1 – 1 of 1) sorted by relevance
165 int64_t ReadTreeBlock(BlockIdx block_idx, void* buf) const { in ReadTreeBlock() function in incremental::File392 const int64_t bytesRead = file.ReadTreeBlock(blockIdx, buffer.data); in SendTreeBlock()