HomeSort by relevance Sort by last modified time
    Searched refs:const_pointer (Results 326 - 350 of 1254) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 100 return (std::make_pair((const_pointer)0,(const_pointer)0));
105 const std::pair<const_pointer, const_pointer>
112 const std::pair<const_pointer, const_pointer>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
107 const std::pair<const_pointer, const_pointer>
114 const std::pair<const_pointer, const_pointer>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
107 const std::pair<const_pointer, const_pointer>
114 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 100 return (std::make_pair((const_pointer)NULL,(const_pointer)NULL));
105 const std::pair<const_pointer, const_pointer>
112 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 100 return (std::make_pair((const_pointer)NULL,(const_pointer)NULL));
105 const std::pair<const_pointer, const_pointer>
112 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 100 return (std::make_pair((const_pointer)NULL,(const_pointer)NULL));
105 const std::pair<const_pointer, const_pointer>
112 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 100 return (std::make_pair((const_pointer)NULL,(const_pointer)NULL));
105 const std::pair<const_pointer, const_pointer>
112 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 100 return (std::make_pair((const_pointer)0,(const_pointer)0));
105 const std::pair<const_pointer, const_pointer>
112 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
107 const std::pair<const_pointer, const_pointer>
114 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 100 return (std::make_pair((const_pointer)0,(const_pointer)0));
105 const std::pair<const_pointer, const_pointer>
112 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
107 const std::pair<const_pointer, const_pointer>
114 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
107 const std::pair<const_pointer, const_pointer>
114 const std::pair<const_pointer, const_pointer>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 102 return (std::make_pair((const_pointer)0,(const_pointer)0));
107 const std::pair<const_pointer, const_pointer>
114 const std::pair<const_pointer, const_pointer>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 48 typedef const value_type* const_pointer; typedef in class:test_allocator
62 const_pointer address(const_reference x) const {return &x;}
108 typedef const value_type* const_pointer; typedef in class:non_default_test_allocator
122 const_pointer address(const_reference x) const {return &x;}
168 typedef const value_type* const_pointer; typedef in class:test_allocator
  /art/compiler/utils/
arena_containers.h 93 typedef const void* const_pointer; typedef in class:art::ArenaAllocatorAdapter
129 typedef const T* const_pointer; typedef in class:art::ArenaAllocatorAdapter
159 const_pointer address(const_reference x) const { return &x; }
scoped_arena_containers.h 67 typedef const void* const_pointer; typedef in class:art::ScopedArenaAllocatorAdapter
107 typedef const T* const_pointer; typedef in class:art::ScopedArenaAllocatorAdapter
140 const_pointer address(const_reference x) const { return &x; }
  /art/runtime/base/
allocator.h 100 typedef typename std::allocator<T>::const_pointer const_pointer; typedef in class:art::TrackingAllocatorImpl
121 pointer allocate(size_type n, const_pointer hint = 0) {
  /external/libcxx/test/containers/sequences/deque/
types.pass.cpp 27 // typedef typename allocator_type::const_pointer const_pointer;
54 static_assert((std::is_same<typename C::const_pointer, typename Allocator::const_pointer>::value), "");
84 static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), "");
  /external/libcxx/test/support/
test_allocator.h 48 typedef const value_type* const_pointer; typedef in class:test_allocator
62 const_pointer address(const_reference x) const {return &x;}
108 typedef const value_type* const_pointer; typedef in class:test_allocator
  /external/libcxx/test/thread/futures/
test_allocator.h 43 typedef const value_type* const_pointer; typedef in class:test_allocator
57 const_pointer address(const_reference x) const {return &x;}
101 typedef const value_type* const_pointer; typedef in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/
types.pass.cpp 27 // typedef typename allocator_type::const_pointer const_pointer;
54 static_assert((std::is_same<typename C::const_pointer, typename Allocator::const_pointer>::value), "");
84 static_assert((std::is_same<C::const_pointer, min_pointer<const C::value_type>>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 43 typedef const value_type* const_pointer; typedef in class:test_allocator
57 const_pointer address(const_reference x) const {return &x;}
101 typedef const value_type* const_pointer; typedef in class:test_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
extptr_allocator.h 65 const_pointer; typedef in class:_ExtPtr_allocator
92 const_pointer address(const_reference __x) const _GLIBCXX_NOEXCEPT
175 const_pointer; typedef in class:_ExtPtr_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
extptr_allocator.h 65 const_pointer; typedef in class:_ExtPtr_allocator
92 const_pointer address(const_reference __x) const _GLIBCXX_NOEXCEPT
175 const_pointer; typedef in class:_ExtPtr_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
extptr_allocator.h 65 const_pointer; typedef in class:_ExtPtr_allocator
92 const_pointer address(const_reference __x) const _GLIBCXX_NOEXCEPT
175 const_pointer; typedef in class:_ExtPtr_allocator

Completed in 2075 milliseconds

<<11121314151617181920>>