HomeSort by relevance Sort by last modified time
    Searched defs:total_size_ (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/net/spdy/
spdy_read_queue.h 44 size_t total_size_; member in class:net::SpdyReadQueue
  /external/marisa-trie/lib/marisa/
progress.h 23 MARISA_THROW_IF(total_size_ > (MARISA_UINT32_MAX - total_size),
25 total_size_ += total_size;
35 return total_size_;
54 std::size_t total_size_; member in class:marisa::Progress
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
progress.h 23 MARISA_ALPHA_THROW_IF(total_size_ > (MARISA_ALPHA_UINT32_MAX - total_size),
25 total_size_ += total_size;
35 return total_size_;
54 std::size_t total_size_; member in class:marisa_alpha::Progress
  /external/chromium/net/base/
upload_data_stream.h 54 uint64 size() const { return total_size_; }
114 uint64 total_size_; member in class:net::UploadDataStream
  /external/chromium_org/net/base/
upload_data_stream.h 78 uint64 size() const { return total_size_; }
134 // |total_size_| is set to zero when the data is chunked.
135 uint64 total_size_; member in class:net::UploadDataStream
  /external/chromium_org/webkit/browser/blob/
blob_url_request_job.h 108 int64 total_size_; member in class:webkit_blob::BlobURLRequestJob
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.h 104 size_t max_cache_, total_size_; member in class:talk_base::DiskCache
  /external/chromium_org/cc/base/
tiling_data.h 34 gfx::Size total_size() const { return total_size_; }
138 gfx::Size total_size_; member in class:cc::TilingData
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.h 104 size_t max_cache_, total_size_; member in class:talk_base::DiskCache
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 68 uint64 total_size() const { return total_size_; }
90 uint64 total_size_; member in class:chromeos::MountLibrary::Disk
  /external/chromium_org/webkit/browser/database/
database_tracker.h 56 int64 TotalSize() const { return total_size_; }
69 int64 total_size_; member in class:webkit_database::OriginInfo
202 total_size_ += new_size - old_size;
  /external/protobuf/src/google/protobuf/
repeated_field.h 136 int total_size_; member in class:google::protobuf::RepeatedField
253 int total_size_; member in class:google::protobuf::internal::RepeatedPtrFieldBase
424 total_size_(kInitialSize) {
441 return total_size_;
476 if (current_size_ == total_size_) Reserve(total_size_ + 1);
482 if (current_size_ == total_size_) Reserve(total_size_ + 1);
519 int swap_total_size = total_size_;
527 total_size_ = other->total_size_
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 176 int total_size_; member in class:google::protobuf::RepeatedField
319 int total_size_; member in class:google::protobuf::internal::RepeatedPtrFieldBase
554 total_size_(kInitialSize) {
561 total_size_(kInitialSize) {
570 total_size_(kInitialSize) {
596 return total_size_;
631 if (current_size_ == total_size_) Reserve(total_size_ + 1);
637 if (current_size_ == total_size_) Reserve(total_size_ + 1)
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 743 int total_size_; \/\/ header + code size. member in class:art::Mir2Lir
    [all...]
  /external/v8/src/
hydrogen.h 1249 unsigned total_size_; member in class:v8::internal::HStatistics
    [all...]
liveobjectlist.cc 786 total_size_(0),
801 total_size_ += size;
817 return total_size_;
841 int total_size_; member in class:v8::internal::LiveObjectSummary
    [all...]
hydrogen-instructions.h 4444 int total_size_; member in class:v8::HFastLiteral
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 2205 unsigned total_size_; member in class:v8::internal::HStatistics
    [all...]

Completed in 874 milliseconds