Lines Matching refs:size_t
40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info) in Command()
98 size_t pos = 0; in ParseTargetInfoAndSourceInfo()
108 size_t src_blocks; in ParseTargetInfoAndSourceInfo()
178 Command Command::Parse(const std::string& line, size_t index, std::string* err) { in Parse()
180 size_t pos = 0; in Parse()
247 size_t offset; in Parse()
248 size_t length; in Parse()
318 const std::vector<uint8_t>& source, size_t block_size) { in MoveRange()
321 size_t start = locs.blocks(); in MoveRange()
324 size_t blocks = it->second - it->first; in MoveRange()
331 std::vector<uint8_t>* buffer, size_t block_size, in ReadAll()
359 void SourceInfo::DumpBuffer(const std::vector<uint8_t>& buffer, size_t block_size) const { in DumpBuffer()
363 for (size_t i = 0; i < ranges_.blocks(); i++) { in DumpBuffer()
364 size_t block_num = ranges_.GetBlockNumber(i); in DumpBuffer()
365 size_t buffer_index = location.GetBlockNumber(i); in DumpBuffer()
437 for (size_t i = kTransferListHeaderLines; i < lines.size(); i++) { in Parse()
441 size_t cmdindex = i - kTransferListHeaderLines; in Parse()