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

123

/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncudpsocket.h66 size_t size_; member in class:talk_base::AsyncUDPSocket
H A Dbytebuffer.h47 size_t Capacity() const { return size_ - start_; }
71 size_t size_; member in class:talk_base::ByteBuffer
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.h134 gfx::Size size_; member in class:TabContentsViewGtk
H A Dtab_contents_view_touch.h122 gfx::Size size_; member in class:TabContentsViewTouch
/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/include/
H A Dv8-preparser.h73 : data_(data), size_(size) { }
80 bool stack_overflow() { return size_ == 0u; }
83 size_t size() const { return size_; }
90 const size_t size_; member in class:v8::PreParserData
/external/v8/src/
H A Dsnapshot-empty.cc38 const int Snapshot::size_ = 0; member in class:v8::internal::Snapshot
H A Dsnapshot.h47 static bool IsEnabled() { return size_ != 0; }
63 static const int size_; variable
H A Dallocation.h119 size_t size() { return size_; }
128 size_t size_; member in class:v8::internal::PreallocatedStorage
/external/webrtc/src/system_wrappers/interface/
H A Dlist_wrapper.h104 unsigned int size_; member in class:webrtc::ListWrapper
/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.h74 unsigned int size_; member in class:webrtc::ListNoStl
H A Dmap_no_stl.h65 int size_; member in class:webrtc::MapNoStl
/external/chromium/chrome/browser/chromeos/login/
H A Dview_screen.h27 virtual gfx::Size GetScreenSize() const { return size_; }
47 gfx::Size size_; member in class:ViewScreen
70 size_(chromeos::login::kWizardScreenWidth,
78 size_(width, height) {
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.h124 int64 size_; member in class:webkit_glue::SimpleDataSource
/external/icu4c/common/unicode/
H A Dbytestream.h191 int32_t NumberOfBytesWritten() const { return size_; }
210 int32_t size_; member in class:CheckedArrayByteSink
/external/chromium/base/
H A Ddir_reader_linux.h35 size_(0) {
51 if (size_) {
56 if (offset_ != size_)
66 size_ = r;
72 if (!size_)
91 size_t offset_, size_; member in class:base::DirReaderLinux
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.h107 gfx::Size size_; member in class:StatusBubbleViews
/external/chromium/net/base/
H A Dio_buffer.h47 int size() const { return size_; }
52 int size_; member in class:net::IOBufferWithSize
89 int size() const { return size_; }
95 int size_; member in class:net::DrainableIOBuffer
/external/chromium/testing/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/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/net/disk_cache/
H A Ddisk_cache_test_base.h128 int size_; member in class:DiskCacheTestWithCache
/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

Completed in 477 milliseconds

123