HomeSort by relevance Sort by last modified time
    Searched defs:size_type (Results 151 - 175 of 488) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
allocator.h 66 typedef size_t size_type; typedef in class:allocator
95 typedef size_t size_type; typedef in class:allocator
stl_stack.h 116 typedef typename _Sequence::size_type size_type; typedef in class:stack
150 size_type
stl_tempbuf.h 131 typedef ptrdiff_t size_type; typedef in class:_Temporary_buffer
134 size_type _M_original_len;
135 size_type _M_len;
140 size_type
145 size_type
250 std::pair<pointer, size_type> __p(std::get_temporary_buffer<
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 53 typedef size_t size_type; typedef in class:array_allocator_base
70 deallocate(pointer, size_type)
75 size_type
109 typedef size_t size_type; typedef in class:array_allocator
126 size_type _M_used;
134 : _M_array(__array), _M_used(size_type()) { } function in class:array_allocator
142 : _M_array(0), _M_used(size_type()) { } function in class:array_allocator
147 allocate(size_type __n, const void* = 0)
extptr_allocator.h 59 typedef std::size_t size_type; typedef in class:_ExtPtr_allocator
95 pointer allocate(size_type __n, void* __hint = 0)
98 void deallocate(pointer __p, size_type __n)
101 size_type max_size() const _GLIBCXX_USE_NOEXCEPT
102 { return __numeric_traits<size_type>::__max / sizeof(_Tp); }
168 typedef std::size_t size_type; typedef in class:_ExtPtr_allocator
vstring_util.h 57 typedef typename _CharT_alloc_type::size_type size_type; typedef in struct:__vstring_utility
104 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
113 _S_move(_CharT* __d, const _CharT* __s, size_type __n)
122 _S_assign(_CharT* __d, size_type __n, _CharT __c)
167 _S_compare(size_type __n1, size_type __n2)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 68 typedef _Tp size_type; typedef in class:__gnu_pbds::detail::resize_policy
83 resize_needed_for_grow(size_type) const;
86 resize_needed_for_shrink(size_type) const;
89 grow_needed(size_type) const;
92 shrink_needed(size_type) const;
94 inline size_type
97 inline size_type
100 inline size_type
101 get_new_size_for_arbitrary(size_type) const;
110 notify_arbitrary(size_type);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 78 typedef typename _Alloc::size_type size_type; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 68 typename _Alloc::size_type, _Alloc, false>
72 typename _Alloc::size_type, _Alloc>
93 typedef typename _Alloc::size_type size_type; typedef in class:__gnu_pbds::detail::binomial_heap_base
127 size_type
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 89 typedef typename _Alloc::size_type size_type; typedef in class:__gnu_pbds::detail::pairing_heap
129 size_type
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 78 typedef typename _Alloc::size_type size_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap
118 size_type
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
standard_policies.hpp 91 typedef typename Comb_Hash_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
93 typedef direct_mask_range_hashing<size_type> default_fn;
95 typedef hash_exponential_size_policy<size_type> iftrue;
100 typedef hash_load_check_resize_trigger<false, size_type> trigger;
105 false, size_type> type;
120 typedef typename Comb_Probe_Fn::size_type size_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
121 typedef direct_mask_range_hashing<size_type> default_fn;
123 typedef linear_probe_fn<size_type> iftrue
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
priority_queue.hpp 91 typedef typename allocator_type::size_type size_type; typedef in class:__gnu_pbds::priority_queue
tree_policy.hpp 72 typedef typename allocator_type::size_type size_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update
76 typedef size_type metadata_type;
87 find_by_order(size_type) const;
94 find_by_order(size_type);
101 inline size_type
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
allocators.h 88 typedef unsigned size_type; typedef in class:A2
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_gentype.hpp 61 typedef sizeType size_type; typedef in struct:glm::detail::genType
108 typedef sizeType size_type;
118 static size_type col_size();
119 static size_type row_size();
120 static size_type value_size();
146 col_type& operator[](size_type i);
147 col_type const & operator[](size_type i) const;
211 // typedef typename genType::size_type size_type;
212 // static const typename size_type value_size
    [all...]
type_vec4.hpp 58 typedef int size_type; typedef in struct:glm::detail::tvec4
  /art/compiler/utils/
swap_space.h 153 typedef size_t size_type; typedef in class:art::SwapAllocator
171 size_type max_size() const {
172 return static_cast<size_type>(-1) / sizeof(T);
178 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
188 void deallocate(pointer p, size_type n) {
  /bionic/linker/
linker_allocator.h 86 typedef size_t size_type; typedef in class:linker_vector_allocator
  /external/clang/include/clang/Driver/
Job.h 159 typedef list_type::size_type size_type; typedef in class:clang::driver::JobList
178 size_type size() const { return Jobs.size(); }
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 25 typedef size_t size_type; typedef in class:std::initializer_list
  /external/google-breakpad/src/common/
memory.h 166 typedef typename std::allocator<T>::size_type size_type; typedef in struct:google_breakpad::PageStdAllocator
172 inline pointer allocate(size_type n, const void* = 0) {
176 inline void deallocate(pointer, size_type) {
  /external/libchrome/base/containers/
stack_container.h 42 typedef typename std::allocator<T>::size_type size_type; typedef in class:base::StackAllocator
108 pointer allocate(size_type n, void* hint = 0) {
120 void deallocate(pointer p, size_type n) {
  /external/libchrome/base/memory/
scoped_vector.h 25 typedef typename std::vector<T*>::size_type size_type; typedef in class:ScopedVector
  /external/libcxx/src/
string.cpp 357 typedef typename S::size_type size_type; typedef
358 size_type available = s.size();
364 size_type used = static_cast<size_type>(status);

Completed in 679 milliseconds

1 2 3 4 5 67 8 91011>>