HomeSort by: relevance | last modified time | path
    Searched defs:const_pointer (Results 1 - 25 of 252) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/apache2/llvm/dist/libcxx/src/include/
sso_allocator.h 30 typedef const void* const_pointer; typedef in class:__sso_allocator
51 _LIBCPP_INLINE_VISIBILITY pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_pointer = nullptr)
sso_allocator.h 30 typedef const void* const_pointer; typedef in class:__sso_allocator
51 _LIBCPP_INLINE_VISIBILITY pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_pointer = nullptr)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
allocator.h 83 typedef const void* const_pointer; typedef in class:allocator
138 typedef const _Tp* const_pointer; typedef in class:allocator
allocator.h 83 typedef const void* const_pointer; typedef in class:allocator
138 typedef const _Tp* const_pointer; typedef in class:allocator
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 64 typedef const_pointer_ const_pointer; typedef in class:const_iterator_
point_const_iterator.hpp 65 typedef const_pointer_ const_pointer; typedef in class:point_const_iterator_
74 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
95 const_pointer
131 const_pointer m_p_value;
point_iterator.hpp 63 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
const_iterator.hpp 64 typedef const_pointer_ const_pointer; typedef in class:const_iterator_
point_const_iterator.hpp 65 typedef const_pointer_ const_pointer; typedef in class:point_const_iterator_
74 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
95 const_pointer
131 const_pointer m_p_value;
point_iterator.hpp 63 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
iterator.hpp 64 typedef const_pointer_ const_pointer; typedef in class:iterator_
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 64 typedef const_pointer_ const_pointer; typedef in class:const_iterator_
point_const_iterator.hpp 65 typedef const_pointer_ const_pointer; typedef in class:point_const_iterator_
74 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
95 const_pointer
131 const_pointer m_p_value;
point_iterator.hpp 63 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
const_iterator.hpp 64 typedef const_pointer_ const_pointer; typedef in class:const_iterator_
point_const_iterator.hpp 65 typedef const_pointer_ const_pointer; typedef in class:point_const_iterator_
74 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
95 const_pointer
131 const_pointer m_p_value;
point_iterator.hpp 63 typedef const_pointer_ const_pointer; typedef in class:point_iterator_
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
allocator.h 37 typedef const void* const_pointer; typedef in class:allocator
48 typedef const void* const_pointer; typedef in class:allocator
98 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer; typedef in class:allocator
112 const_pointer address(const_reference __x) const _NOEXCEPT {
179 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp* const_pointer; typedef in class:allocator
189 const_pointer address(const_reference __x) const _NOEXCEPT {
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
malloc_allocator.h 64 typedef const _Tp* const_pointer; typedef in class:malloc_allocator
97 const_pointer
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 80 typedef typename base_type::const_pointer const_pointer; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
point_const_iterator.hpp 74 typedef typename rebind_traits<_Alloc, value_type>::const_pointer
75 const_pointer; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
100 inline const_pointer
126 inline const_pointer
130 inline const_pointer
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 68 typedef typename rebind_v::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::branch_policy
98 typedef typename rebind_v::const_pointer const_pointer; typedef in struct:__gnu_pbds::detail::branch_policy
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 80 typedef typename rebind_traits<_Alloc, value_type>::const_pointer
81 const_pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
105 const_pointer
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
allocator.h 85 typedef const void* const_pointer; typedef in class:allocator
139 typedef const _Tp* const_pointer; typedef in class:allocator
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
malloc_allocator.h 62 typedef const _Tp* const_pointer; typedef in class:malloc_allocator
95 const_pointer

Completed in 51 milliseconds

1 2 3 4 5 6 7 8 91011