HomeSort by relevance Sort by last modified time
    Searched defs:const_pointer (Results 251 - 275 of 287) sorted by null

<<1112

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 262 typedef const value_type* const_pointer; typedef in class:hashtable
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 59 ::other::const_pointer _Const_pointer;
183 typedef typename _Alloc::const_pointer pointer;
409 typedef typename _Tp_alloc_type::const_pointer const_pointer; typedef in class:forward_list
    [all...]
stl_bvector.h 485 typedef const bool* const_pointer; typedef in class:vector
stl_list.h 430 typedef typename _Tp_alloc_type::const_pointer const_pointer; typedef in class:list
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 572 typedef const _Tp* const_pointer; typedef in class:__mt_alloc_base
581 const_pointer
631 typedef const _Tp* const_pointer; typedef in class:__mt_alloc
vstring.h 80 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in class:__versa_string
82 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string>
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 241 typedef const value_type* const_pointer; typedef in class:hashtable
_list.h 265 typedef const value_type* const_pointer; typedef in class:list
_slist.h 232 typedef const value_type* const_pointer; typedef in class:slist
373 void assign(const_pointer __first, const_pointer __last) {
_string.h 135 typedef const value_type* const_pointer; typedef in class:basic_string
    [all...]
_tree.h 304 typedef const value_type* const_pointer; typedef in class:_Rb_tree
_vector.h 123 typedef const value_type* const_pointer; typedef in class:vector
489 const_pointer __mid = __first + __elems_after;
677 const_pointer __first, const_pointer __last)
concept_checks.h 778 _STLP_TYPEDEF_REQUIREMENT(const_pointer); variable
  /external/stlport/stlport/stl/
_bvector.h 372 typedef const bool* const_pointer; typedef in class:__BVECTOR_QUALIFIED
_deque.h 410 typedef const value_type* const_pointer; typedef in class:deque
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 372 typedef const bool* const_pointer; typedef in class:__BVECTOR_QUALIFIED
_deque.h 410 typedef const value_type* const_pointer; typedef in class:deque
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 118 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in class:basic_string
120 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
    [all...]
stl_deque.h 651 typedef typename _Tp_alloc_type::const_pointer const_pointer; typedef in class:deque
    [all...]
stl_tree.h 335 typedef const value_type* const_pointer; typedef in class:_Rb_tree
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 694 typedef const void* const_pointer; typedef in class:bitmap_allocator
716 typedef const _Tp* const_pointer; typedef in class:bitmap_allocator
1063 allocate(size_type __n, typename bitmap_allocator<void>::const_pointer)
1082 const_pointer
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 118 typedef typename _CharT_alloc_type::const_pointer const_pointer; typedef in class:basic_string
120 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
    [all...]
stl_deque.h 651 typedef typename _Tp_alloc_type::const_pointer const_pointer; typedef in class:deque
    [all...]
stl_tree.h 335 typedef const value_type* const_pointer; typedef in class:_Rb_tree
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 694 typedef const void* const_pointer; typedef in class:bitmap_allocator
716 typedef const _Tp* const_pointer; typedef in class:bitmap_allocator
1063 allocate(size_type __n, typename bitmap_allocator<void>::const_pointer)
1082 const_pointer

Completed in 2021 milliseconds

<<1112