Home
last modified time | relevance | path

Searched refs:block_idx (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/tools/flip_server/
Dbalsa_headers.h113 const char* GetPtr(Blocks::size_type block_idx) const { in GetPtr() argument
114 DCHECK_LT(block_idx, blocks_.size()) in GetPtr()
115 << block_idx << ", " << blocks_.size(); in GetPtr()
116 return blocks_[block_idx].buffer; in GetPtr()
119 char* GetPtr(Blocks::size_type block_idx) { in GetPtr() argument
120 DCHECK_LT(block_idx, blocks_.size()) in GetPtr()
121 << block_idx << ", " << blocks_.size(); in GetPtr()
122 return blocks_[block_idx].buffer; in GetPtr()
206 Blocks::size_type block_idx = can_write_to_contiguous_buffer_ ? 1 : 0; in Reserve() local
207 for (; block_idx < blocks_.size(); ++block_idx) { in Reserve()
[all …]