Searched refs:SendTreeBlock (Results 1 – 1 of 1) sorted by relevance
241 bool SendTreeBlock(FileId fileId, int32_t fileBlockIdx, BlockIdx blockIdx);369 if (!SendTreeBlock(fileId, blockIdx, leaf_idx)) { in SendTreeBlocksForDataBlock()380 if (!SendTreeBlock(fileId, blockIdx, i)) { in SendTreeBlocksForDataBlock()388 bool IncrementalServer::SendTreeBlock(FileId fileId, int32_t fileBlockIdx, BlockIdx blockIdx) { in SendTreeBlock() function in incremental::IncrementalServer