Searched defs:size_type (Results 101 - 122 of 122) sorted by relevance

12345

/external/stlport/stlport/stl/
H A D_string_sum.h92 typedef typename _BString::size_type size_type; typedef in class:__bstr_sum
109 size_type size() const { return _lhs.size() + _rhs.size(); }
110 size_type length() const { return size(); }
113 size_type capacity() const { return size(); }
119 const_reference at(size_type __n) const
135 _BString& append(const _BString& __s, size_type __pos, size_type __n)
138 const size_type __n = _Traits::length(__s);
141 _CStrOnLeft append(const _CharT* __s, size_type __
[all...]
H A Dconcept_checks.h774 _STLP_TYPEDEF_REQUIREMENT(size_type); variable
H A D_bvector.h176 typedef size_t size_type; typedef in struct:_Bit_iter
367 typedef size_t size_type; typedef in class:__BVECTOR_QUALIFIED
390 void _M_initialize(size_type __n) {
404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT;
429 size_type __n = _STLP_STD::distance(__first, __last);
449 size_type __n = _STLP_STD::distance(__first, __last);
457 size_type __len = size() + (max)(size(), __n);
486 size_type size() const { return size_type(end() - begin()); }
487 size_type max_siz
[all...]
H A D_deque.h94 typedef size_t size_type; typedef in struct:_Deque_iterator_base
167 typedef size_t size_type; typedef in struct:_Deque_iterator
413 typedef size_t size_type; typedef in class:deque
444 reference operator[](size_type __n)
446 const_reference operator[](size_type __n) const
449 void _M_range_check(size_type __n) const {
453 reference at(size_type __n)
455 const_reference at(size_type __n) const
471 size_type size() const { return this->_M_finish - this->_M_start; }
472 size_type max_siz
[all...]
H A D_list.h83 typedef size_t size_type; typedef in struct:_List_iterator_base
110 typedef size_t size_type; typedef in struct:_List_iterator
268 typedef size_t size_type; typedef in class:list
306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
309 explicit list(size_type __n)
312 list(size_type __n, const_reference __val)
315 list(size_type __n, const_reference __val, const allocator_type& __a)
379 size_type size() const {
380 size_type __result = _STLP_STD::distance(begin(), end());
383 size_type max_siz
[all...]
H A D_rope.c362 # define size_type size_t macro
909 size_type __result_pos = __start + __c._M_count;
1123 rope<_CharT,_Alloc>::_S_fetch(_RopeRep* __r, size_type __i)
1170 rope<_CharT,_Alloc>::_S_fetch_ptr(_RopeRep* __r, size_type __i)
1399 # undef size_type macro
H A D_slist.h66 typedef size_t size_type; typedef in struct:_Slist_iterator_base
86 typedef size_t size_type; typedef in class:_Slist_iterator
235 typedef size_t size_type; typedef in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp),
292 explicit slist(size_type __n)
295 slist(size_type __n, const value_type& __x)
298 slist(size_type __n, const value_type& __x, const allocator_type& __a)
348 void assign(size_type __n, const _Tp& __val) { _M_fill_assign(__n, __val); }
351 void _M_fill_assign(size_type __n, const _Tp& __val);
365 _M_fill_assign((size_type) __
[all...]
H A D_string.h138 typedef typename _Base::size_type size_type; typedef in class:basic_string
183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
186 basic_string(const _Self& __s, size_type __pos)
193 basic_string(const _Self& __s, size_type __pos, size_type __n)
201 basic_string(const _Self& __s, size_type __pos, size_type __n,
213 basic_string(const _CharT* __s, size_type __
[all...]
H A D_tree.h307 typedef size_t size_type; typedef in class:_Rb_tree
332 size_type _M_node_count; // keeps track of size of tree
433 size_type size() const { return _M_node_count; }
434 size_type max_size() const { return size_type(-1); }
502 size_type erase(const key_type& __x) {
504 size_type __n = _STLP_STD::distance(__p.first, __p.second);
509 size_type erase_unique(const key_type& __x) {
596 size_type count(const _KT& __x) const {
H A D_vector.h129 typedef size_t size_type; typedef in class:vector
145 size_type __fill_len, bool __atend);
147 size_type __fill_len, bool __atend) {
158 size_type __fill_len, bool __atend = false) {
165 size_type __fill_len, bool __atend = false);
166 void _M_range_check(size_type __n) const {
167 if (__n >= size_type(this->_M_finish - this->_M_start))
171 size_type _M_compute_next_size(size_type __n) {
172 const size_type __siz
[all...]
H A D_rope.h1094 typedef size_t size_type; typedef in class:rope
1142 static _CharT _S_fetch(_RopeRep* __r, size_type __pos);
1150 static _CharT* _S_fetch_ptr(_RopeRep* __r, size_type __pos);
1559 size_type copy(size_type __pos, size_type __n, _CharT* __buffer) const {
1599 _CharT operator[] (size_type __pos) const {
1603 _CharT at(size_type __pos) const {
1625 size_type size() const {
1629 size_type lengt
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h143 typedef int size_type; typedef in class:google::protobuf::RepeatedField
458 typedef int size_type; typedef in class:google::protobuf::RepeatedPtrField
/external/eigen/Eigen/src/Core/util/
H A DMemory.h676 typedef size_t size_type; typedef in class:Eigen::aligned_allocator
717 size_type max_size() const
719 return (std::numeric_limits<size_type>::max)();
722 pointer allocate( size_type num, const void* hint = 0 )
739 void deallocate( pointer p, size_type /*num*/ )
/external/llvm/include/llvm/ADT/
H A DDenseMap.h46 typedef unsigned size_type; typedef in class:llvm::DenseMapBase
74 void resize(size_type Size) {
104 size_type count(const KeyT &Val) const {
H A Dilist.h346 typedef size_t size_type; typedef in class:llvm::iplist
384 size_type max_size() const { return size_type(-1); }
539 size_type LLVM_ATTRIBUTE_UNUSED_RESULT size() const {
641 typedef typename iplist<NodeTy>::size_type size_type; typedef in struct:llvm::ilist
648 explicit ilist(size_type count) {
651 ilist(size_type count, const NodeTy &val) {
673 void insert(iterator where, size_type count, const NodeTy &val) {
678 void assign(size_type coun
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c830 * @param size_type type of the texture size vector (either
838 struct lp_type size_type,
849 size_type,
855 size_type,
861 size_type,
837 lp_build_extract_image_sizes(struct lp_build_sample_context *bld, struct lp_type size_type, struct lp_type coord_type, LLVMValueRef size, LLVMValueRef *out_width, LLVMValueRef *out_height, LLVMValueRef *out_depth) argument
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc162 GridLayout::SizeType size_type,
169 size_type_(size_type),
388 GridLayout::SizeType size_type,
391 AddColumn(h_align, v_align, resize_percent, size_type, fixed_width,
412 GridLayout::SizeType size_type,
416 Column* column = new Column(h_align, v_align, resize_percent, size_type,
159 Column(GridLayout::Alignment h_align, GridLayout::Alignment v_align, float resize_percent, GridLayout::SizeType size_type, int fixed_width, int min_width, bool is_padding) argument
385 AddColumn(GridLayout::Alignment h_align, GridLayout::Alignment v_align, float resize_percent, GridLayout::SizeType size_type, int fixed_width, int min_width) argument
409 AddColumn(GridLayout::Alignment h_align, GridLayout::Alignment v_align, float resize_percent, GridLayout::SizeType size_type, int fixed_width, int min_width, bool is_padding) argument
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp747 typedef size_t size_type; typedef in class:loops::std::initializer_list
/external/e2fsprogs/misc/
H A Dmke2fs.c1060 const char *size_type; local
1121 size_type = "floppy";
1123 size_type = "small";
1125 size_type = "default";
1127 size_type = "big";
1129 size_type = "huge";
1132 usage_types = size_type;
/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp630 typedef size_t size_type; typedef in struct:libunwind::EHABISectionIterator
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c830 * @param size_type type of the texture size vector (either
838 struct lp_type size_type,
849 size_type,
855 size_type,
861 size_type,
837 lp_build_extract_image_sizes(struct lp_build_sample_context *bld, struct lp_type size_type, struct lp_type coord_type, LLVMValueRef size, LLVMValueRef *out_width, LLVMValueRef *out_height, LLVMValueRef *out_depth) argument
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc2011 LRESULT HWNDMessageHandler::OnSetIcon(UINT size_type, HICON new_icon) { argument
2013 return DefWindowProcWithRedrawLock(WM_SETICON, size_type,

Completed in 4085 milliseconds

12345