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/net/tools/flip_server/
balsa_headers.cc
98
if (blocks_[0].buffer == NULL && sp.size() <=
blocksize_
) {
145
if (
blocksize_
< size) {
163
if (
blocksize_
== blocks_[0].buffer_size) {
178
std::swap(
blocksize_
, b->
blocksize_
);
187
blocksize_
= b.
blocksize_
;
192
:
blocksize_
(kDefaultBlocksize), can_write_to_contiguous_buffer_(true) {
197
blocksize_
(blocksize), can_write_to_contiguous_buffer_(true) {
202
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 248 milliseconds