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

  /external/protobuf/src/google/protobuf/
repeated_field.cc 46 if (total_size_ >= new_size) return;
49 total_size_ = max(kMinRepeatedFieldAllocationSize,
50 max(total_size_ * 2, new_size));
51 elements_ = new void*[total_size_];
63 int swap_total_size = total_size_;
68 total_size_ = other->total_size_;
73 other->total_size_ = swap_total_size;
repeated_field.h 203 int total_size_; member in class:google::protobuf::RepeatedField
345 int total_size_; member in class:google::protobuf::internal::RepeatedPtrFieldBase
583 total_size_(kInitialSize) {
590 total_size_(kInitialSize) {
599 total_size_(kInitialSize) {
638 return total_size_;
686 if (current_size_ == total_size_) Reserve(total_size_ + 1);
692 if (current_size_ == total_size_) Reserve(total_size_ + 1)
    [all...]
  /external/webrtc/webrtc/base/
diskcache.cc 62 DiskCache::DiskCache() : max_cache_(0), total_size_(0), total_accessors_(0) {
75 ASSERT(0 == total_size_);
105 if ((total_size_ > max_cache_) && !CheckLimit()) {
134 total_size_ -= previous_size;
209 total_size_ -= entry->size;
221 ASSERT(cache_size == total_size_);
226 while (total_size_ > max_cache_) {
337 this2->total_size_ += new_size;
diskcache_win32.cc 48 total_size_ += find_data.nFileSizeLow;
diskcache.h 87 size_t max_cache_, total_size_; member in class:rtc::DiskCache
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/linux-x86_64/protoc/include/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...]
  /external/v8/src/profiler/
allocation-tracker.h 36 unsigned allocation_size() const { return total_size_; }
46 unsigned total_size_; member in class:v8::internal::AllocationTraceNode
allocation-tracker.cc 18 total_size_(0),
51 total_size_ += size;
57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' ');
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 244 int total_size_; member in class:google::protobuf::RepeatedField
521 int total_size_; member in class:google::protobuf::internal::RepeatedPtrFieldBase
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser_unittest.cpp 28 : buffer_(buffer_in), total_size_(buf_size) {}
35 if (offset < 0 || offset + size > total_size_) {
42 FX_FILESIZE GetSize() override { return (FX_FILESIZE)total_size_; };
46 size_t total_size_; member in class:CFX_TestBufferRead
  /external/v8/src/crankshaft/
hydrogen.h 2938 size_t total_size_; member in class:v8::internal::final
    [all...]
hydrogen.cc     [all...]

Completed in 359 milliseconds