Searched defs:const_pointer (Results 1 - 19 of 19) sorted by relevance

/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dconst_pointer.pass.cpp15 // typedef Alloc::const_pointer
47 typedef CPtr<const T> const_pointer; typedef in struct:C
52 static_assert((std::is_same<std::allocator_traits<A<char> >::const_pointer, Ptr<const char> >::value), "");
53 static_assert((std::is_same<std::allocator_traits<B<char> >::const_pointer, const char*>::value), "");
54 static_assert((std::is_same<std::allocator_traits<C<char> >::const_pointer, CPtr<const char> >::value), "");
H A Ddifference_type.pass.cpp41 struct const_pointer {}; struct in struct:C
H A Dsize_type.pass.cpp40 struct const_pointer {}; struct in struct:C
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp85 typedef const void* const_pointer; typedef in class:redecl::n1::allocator
94 void allocate(allocator<void>::const_pointer = 0);
/external/eigen/Eigen/src/StlSupport/
H A Ddetails.h28 typedef const T* const_pointer; typedef in class:Eigen::aligned_allocator_indirection
/external/libcxx/test/std/containers/
H A Dstack_allocator.h24 typedef const value_type* const_pointer; typedef in class:stack_allocator
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h42 typedef const value_type *const_pointer; typedef in class:clang::ContinuousRangeMap
/external/libcxx/test/std/thread/futures/
H A Dtest_allocator.h44 typedef const value_type* const_pointer; typedef in class:test_allocator
58 const_pointer address(const_reference x) const {return &x;}
102 typedef const value_type* const_pointer; typedef in class:test_allocator
/external/llvm/include/llvm/ADT/
H A DSparseSet.h144 typedef const ValueT *const_pointer; typedef in class:llvm::SparseSet
H A DSparseMultiSet.h187 typedef const ValueT *const_pointer; typedef in class:llvm::SparseMultiSet
H A DSmallVector.h109 typedef const T *const_pointer; typedef in class:llvm::SmallVectorTemplateCommon
136 const_pointer data() const { return const_pointer(begin()); }
H A Dilist.h340 typedef const NodeTy *const_pointer; typedef in class:llvm::iplist
/external/v8/src/
H A Dzone-allocator.h19 typedef const T* const_pointer; typedef in class:v8::internal::zone_allocator
37 const_pointer address(const_reference x) const {return &x;}
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h81 typedef const T* const_pointer; typedef in class:clang::BumpVector
145 const_pointer data() const {
146 return const_pointer(Begin);
/external/libcxx/test/support/
H A Dnasty_containers.hpp30 typedef typename nested_container::const_pointer const_pointer; typedef in class:nasty_vector
151 typedef typename nested_container::const_pointer const_pointer; typedef in class:nasty_list
H A Dtest_allocator.h48 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
/external/clang/include/clang/AST/
H A DASTVector.h89 typedef const T* const_pointer; typedef in class:clang::ASTVector
153 const_pointer data() const {
154 return const_pointer(Begin);
/external/eigen/Eigen/src/Core/util/
H A DMemory.h679 typedef const T* const_pointer; typedef in class:Eigen::aligned_allocator
695 const_pointer address( const_reference value ) const
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h169 typedef const value_type* const_pointer; typedef in class:google::protobuf::RepeatedField
486 typedef const value_type* const_pointer; typedef in class:google::protobuf::RepeatedPtrField

Completed in 460 milliseconds