Searched defs:total_size_ (Results 1 - 6 of 6) sorted by relevance

/external/brotli/c/enc/
H A Dringbuffer.h37 const uint32_t total_size_; member in struct:RingBuffer
63 *(uint32_t*)&rb->total_size_ = rb->size_ + rb->tail_size_;
120 if (rb->cur_size_ < rb->total_size_) {
122 RingBufferInitBuffer(m, rb->total_size_, rb);
141 BROTLI_MIN(size_t, n, rb->total_size_ - masked_pos));
/external/webrtc/webrtc/base/
H A Ddiskcache.h87 size_t max_cache_, total_size_; member in class:rtc::DiskCache
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dallocate_transient_arrays.cc105 Allocator() : total_size_(0) {}
123 // We may then have to grow total_size_.
124 total_size_ = std::max(total_size_, pos + size);
137 std::size_t total_size() const { return total_size_; }
140 std::size_t total_size_; member in class:toco::__anon26035::Allocator
/external/v8/src/profiler/
H A Dallocation-tracker.h36 unsigned allocation_size() const { return total_size_; }
46 unsigned total_size_; member in class:v8::internal::AllocationTraceNode
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h244 int total_size_; member in class:google::protobuf::RepeatedField
521 int total_size_; member in class:google::protobuf::internal::RepeatedPtrFieldBase
979 total_size_(0),
986 total_size_(0),
1000 total_size_(0),
1009 total_size_(0),
1028 InternalDeallocate(rep_, total_size_);
1051 return total_size_;
1056 GOOGLE_DCHECK_LT(current_size_, total_size_);
1062 GOOGLE_DCHECK_LT(current_size_, total_size_);
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen.h2837 total_size_(0),
2871 size_t total_size_; member in class:v8::internal::final

Completed in 452 milliseconds