OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocksize_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/tools/balsa/
balsa_headers.cc
121
if (blocks_[0].buffer == NULL && sp.size() <=
blocksize_
) {
168
if (
blocksize_
< size) {
186
if (
blocksize_
== blocks_[0].buffer_size) {
201
std::swap(
blocksize_
, b->
blocksize_
);
210
blocksize_
= b.
blocksize_
;
215
:
blocksize_
(kDefaultBlocksize), can_write_to_contiguous_buffer_(true) {
220
blocksize_
(blocksize), can_write_to_contiguous_buffer_(true) {
225
return AllocCustomBlock(
blocksize_
);
[
all
...]
balsa_headers.h
176
size_t blocksize() const { return
blocksize_
; }
201
// In general,
blocksize_
bytes will be allocated for
203
size_t
blocksize_
;
member in class:net::BalsaBuffer
[
all
...]
Completed in 60 milliseconds