Searched defs:size_ (Results 1 - 25 of 38) sorted by relevance

12

/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h90 : text_(value), size_(strlen(text_)) {}
92 : text_(value.data()), size_(value.size()) {}
96 : text_(NULL), size_(-1) {}
105 : text_(scratch_), size_(1) { scratch_[0] = value; }
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {}
115 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {}
117 : text_(FastULongToBuffer(value, scratch_)), size_(strle
134 int size_; member in class:google::protobuf::strings::internal::SubstituteArg
[all...]
/external/qemu/elff/
H A Delf_mapped_section.h65 return size_;
86 Elf_Word size_; member in class:ElfMappedSection
/external/v8/src/
H A Dsnapshot-empty.cc38 const int Snapshot::size_ = 0; member in class:v8::internal::Snapshot
H A Dsnapshot.h45 static bool IsEnabled() { return size_ != 0; }
61 static const int size_; member in class:v8::internal::Snapshot
H A Dallocation.h145 size_t size() { return size_; }
153 size_t size_; member in class:v8::internal::PreallocatedStorage
H A Dprettyprinter.h61 int size_; // output_ size member in class:v8::internal::PrettyPrinter
H A Dzone.cc56 int size() const { return size_; }
57 int capacity() const { return size_ - sizeof(Segment); }
60 Address end() const { return address(size_); }
72 result->size_ = size;
95 int size_; member in class:v8::internal::Segment
H A Dstring-stream.h68 unsigned size_; member in class:v8::internal::NoAllocationStringAllocator
/external/chromium/third_party/icu/public/common/unicode/
H A Dbytestream.h181 int32_t NumberOfBytesWritten() const { return size_; }
192 int32_t size_; member in class:CheckedArrayByteSink
/external/icu4c/common/unicode/
H A Dbytestream.h181 int32_t NumberOfBytesWritten() const { return size_; }
192 int32_t size_; member in class:CheckedArrayByteSink
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_base.h34 : cache_(NULL), cache_impl_(NULL), mem_cache_(NULL), mask_(0), size_(0),
82 int size_; member in class:DiskCacheTestWithCache
/external/gtest/samples/
H A Dsample3-inl.h78 Queue() : head_(NULL), last_(NULL), size_(0) {}
85 if (size_ > 0) {
98 size_ = 0;
103 size_t Size() const { return size_; }
120 if (size_ == 0) {
122 size_ = 1;
126 size_++;
133 if (size_ == 0) {
139 size_--;
140 if (size_
166 size_t size_; // The number of elements in the queue. member in class:Queue
[all...]
/external/protobuf/gtest/samples/
H A Dsample3-inl.h78 Queue() : head_(NULL), last_(NULL), size_(0) {}
85 if (size_ > 0) {
98 size_ = 0;
103 size_t Size() const { return size_; }
120 if (size_ == 0) {
122 size_ = 1;
126 size_++;
133 if (size_ == 0) {
139 size_--;
140 if (size_
166 size_t size_; // The number of elements in the queue. member in class:Queue
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h81 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayInputStream
113 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayOutputStream
/external/chromium/base/gfx/
H A Drect.h58 int width() const { return size_.width(); }
61 int height() const { return size_.height(); }
67 const gfx::Size& size() const { return size_; }
68 void set_size(const gfx::Size& size) { size_ = size; }
90 bool IsEmpty() const { return size_.IsEmpty(); }
158 gfx::Size size_; member in class:gfx::Rect
/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.h80 Match() : size_(0), source_offset_(-1), target_offset_(-1) { }
85 if (candidate_size > size_) {
86 size_ = candidate_size;
92 size_t size() const { return size_; }
98 size_t size_; member in class:open_vcdiff::BlockHash::Match
/external/libvpx/libmkv/
H A DEbmlWriter.c41 const size_t size_ = strlen(str); local
42 const unsigned long long size = size_;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h51 Heap(Compare comp) : comp_(comp), size_(0) { }
54 Heap() : size_(0) { }
60 if (size_ < (int)A_.size()) {
61 A_[size_] = val;
62 pos_[key_[size_]] = size_;
65 pos_.push_back(size_);
66 key_.push_back(size_);
69 ++size_;
70 return Insert(val, size_
187 int size_; member in class:fst::Heap
[all...]
H A Dsymbol-table.h331 size_ = impl_->symbols_.size();
341 return (pos_ == size_);
368 size_t size_; member in class:fst::SymbolTableIterator
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h505 int size_; // Number of bytes of the expected patch size. member in class:v8::internal::CodePatcher
/external/chromium/base/
H A Dvalues.h192 size_t GetSize() const { return size_; }
202 size_t size_; member in class:BinaryValue
/external/chromium/net/base/
H A Dio_buffer.h45 explicit IOBufferWithSize(int size) : IOBuffer(size), size_(size) {}
47 int size() const { return size_; }
52 int size_; member in class:net::IOBufferWithSize
82 : IOBuffer(base->data()), base_(base), size_(size), used_(0) {}
89 int BytesRemaining() const { return size_ - used_; }
98 int size() const { return size_; }
107 int size_; member in class:net::DrainableIOBuffer
/external/openssl/crypto/bio/
H A Dbss_bio.c187 static int bio_read(BIO *bio, char *buf, int size_) argument
189 size_t size = size_;
/external/v8/src/arm/
H A Dmacro-assembler-arm.h470 int size_; // Number of bytes of the expected patch size. member in class:v8::internal::CodePatcher
/external/v8/src/x64/
H A Dmacro-assembler-x64.h766 int size_; // Number of bytes of the expected patch size. member in class:v8::internal::CodePatcher

Completed in 153 milliseconds

12