Searched refs:byte_count_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/rappor/
H A Dbyte_vector_utils.h54 size_t byte_count() const { return byte_count_; }
60 size_t byte_count_; member in class:rappor::ByteVectorGenerator
H A Dbyte_vector_utils.cc120 : byte_count_(byte_count) {}
125 ByteVector bytes(byte_count_);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dtote.h20 void AddBytes(int ibytes) {byte_count_ += ibytes;}
26 int GetByteCount() const {return byte_count_;}
39 int byte_count_; // Bytes of text scored member in class:Tote
H A Dtote.cc16 byte_count_ = 0;
27 byte_count_ = 0;
134 fprintf(f, "%d %d %d\n", gram_count_, incr_count_, byte_count_);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel.cc45 DataChannel::PacketQueue::PacketQueue() : byte_count_(0) {}
64 byte_count_ -= packets_.front()->size();
69 byte_count_ += packet->size();
78 byte_count_ = 0;
82 size_t other_byte_count = other->byte_count_;
83 other->byte_count_ = byte_count_;
84 byte_count_ = other_byte_count;
H A Ddatachannel.h187 return byte_count_;
204 size_t byte_count_; member in class:webrtc::DataChannel::PacketQueue
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.h255 int byte_count_; // Number of bytes read/written lately. member in class:disk_cache::BackendImplV3
H A Dbackend_impl_v3.cc306 byte_count_ += bytes;
307 if (byte_count_ < 0)
308 byte_count_ = kint32max;
335 CACHE_UMA(COUNTS, "ByteIORate", byte_count_ / 1024);
338 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024);
340 byte_count_ = 0;
1021 entry_count_ = byte_count_ = 0;
H A Dbackend_impl.h378 int byte_count_; // Number of bytes read/written lately. member in class:disk_cache::BackendImpl
H A Dbackend_impl.cc210 entry_count_ = byte_count_ = 0;
1049 byte_count_ += bytes;
1050 if (byte_count_ < 0)
1051 byte_count_ = kint32max;
1081 CACHE_UMA(COUNTS, "ByteIORate", 0, byte_count_ / 1024);
1084 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024);
1086 byte_count_ = 0;
H A Dbackend_worker_v3.cc120 entry_count_ = byte_count_ = 0;

Completed in 229 milliseconds