Home
last modified time | relevance | path

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

/external/chromium_org/net/tools/balsa/
Dbalsa_headers.cc121 if (blocks_[0].buffer == NULL && sp.size() <= blocksize_) { in WriteToContiguousBuffer()
168 if (blocksize_ < size) { in Reserve()
186 if (blocksize_ == blocks_[0].buffer_size) { in Clear()
201 std::swap(blocksize_, b->blocksize_); in Swap()
210 blocksize_ = b.blocksize_; in CopyFrom()
215 : blocksize_(kDefaultBlocksize), can_write_to_contiguous_buffer_(true) { in BalsaBuffer()
220 blocksize_(blocksize), can_write_to_contiguous_buffer_(true) { in BalsaBuffer()
225 return AllocCustomBlock(blocksize_); in AllocBlock()
Dbalsa_headers.h176 size_t blocksize() const { return blocksize_; } in blocksize()
203 size_t blocksize_; variable