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

  /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/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/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/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...]

Completed in 382 milliseconds