Searched refs:bp (Results 1 – 2 of 2) sorted by relevance
57 const BlockPair &bp = bs_[blockIndex_]; in Write() local59 off_t offset = static_cast<off_t>(bp.first) * H_BLOCK_SIZE; in Write()60 currentBlockLeft_ = (bp.second - bp.first) * H_BLOCK_SIZE; in Write()
101 std::vector<std::string>::iterator bp = bt.begin(); in ParserAndInsert() local102 blockPairSize = String2Int<unsigned long long int>(*bp, N_DEC); in ParserAndInsert()109 while (++bp != bt.end()) { in ParserAndInsert()110 size_t first = String2Int<size_t>(*bp++, N_DEC); in ParserAndInsert()111 size_t second = String2Int<size_t>(*bp, N_DEC); in ParserAndInsert()