Home
last modified time | relevance | path

Searched refs:const_pointer (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/third_party/boost/boost/numeric/ublas/detail/
Draw.hpp109 typename MV::array_type::array_type::const_pointer data( const MV &mv ) ;
112 typename MV::array_type::array_type::const_pointer data_const( const MV &mv ) ;
119 typename V::array_type::array_type::const_pointer data( const vector_reference<V> &v ) ;
122 typename V::array_type::array_type::const_pointer data_const( const vector_reference<V> &v ) ;
129 typename c_vector<T, N>::array_type::array_type::const_pointer data( const c_vector<T, N> &v ) ;
132 …typename c_vector<T, N>::array_type::array_type::const_pointer data_const( const c_vector<T, N> &v…
139 typename V::array_type::array_type::const_pointer data( const vector_range<V> &v ) ;
142 typename V::array_type::array_type::const_pointer data( const vector_slice<V> &v ) ;
145 typename V::array_type::array_type::const_pointer data_const( const vector_range<V> &v ) ;
148 typename V::array_type::array_type::const_pointer data_const( const vector_slice<V> &v ) ;
[all …]
/third_party/boost/boost/log/utility/
Dstring_literal.hpp62 typedef const value_type* const_pointer; typedef in boost::basic_string_literal
72 const_pointer m_pStart;
162 bool operator== (const_pointer str) const BOOST_NOEXCEPT in operator ==()
193 bool operator!= (const_pointer str) const BOOST_NOEXCEPT in operator !=()
224 bool operator< (const_pointer str) const BOOST_NOEXCEPT in operator <()
255 bool operator<= (const_pointer str) const BOOST_NOEXCEPT in operator <=()
286 bool operator> (const_pointer str) const BOOST_NOEXCEPT in operator >()
317 bool operator>= (const_pointer str) const BOOST_NOEXCEPT in operator >=()
361 BOOST_CONSTEXPR const_pointer c_str() const BOOST_NOEXCEPT { return m_pStart; } in c_str()
365 BOOST_CONSTEXPR const_pointer data() const BOOST_NOEXCEPT { return m_pStart; } in data()
[all …]
/third_party/boost/boost/intrusive/detail/
Dhook_traits.hpp48 template rebind_pointer<const T>::type const_pointer; typedef
66 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr()
68 const_pointer p = pointer_traits<const_pointer>::pointer_to in to_value_ptr()
113 template rebind_pointer<const T>::type const_pointer; typedef
142 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr()
144 return pointer_traits<const_pointer>::pointer_to in to_value_ptr()
166 template rebind_pointer<const value_type>::type const_pointer; typedef
180 static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr()
Dis_stateful_value_traits.hpp58 typedef typename ValueTraits::const_pointer const_pointer; typedef
73 …(BOOST_INTRUSIVE_DETECT_FUNCTION(ValueTraits, boost_intrusive, const_pointer, to_value_ptr, (const…
Dnode_cloner_disposer.hpp49 typedef typename value_traits::const_pointer const_pointer; typedef
54 <const_pointer>::reference const_reference;
/third_party/skia/include/core/
DSkStringView.h21 using const_pointer = const value_type*; variable
23 using iterator = const_pointer;
34 constexpr string_view(const_pointer data, size_type length) in string_view()
38 string_view(const_pointer data) in string_view()
66 constexpr const_pointer data() const { in data()
136 const_pointer tempData = fData; in swap()
155 const_pointer fData;
/third_party/boost/boost/intrusive/
Dderivation_value_traits.hpp48 template rebind_pointer<const value_type>::type const_pointer; typedef
52 pointer_traits<const_pointer>::reference const_reference;
66 static const_pointer to_value_ptr(const const_node_ptr &n) in to_value_ptr()
68 return pointer_traits<const_pointer>::pointer_to(static_cast<const_reference>(*n)); in to_value_ptr()
Dmember_value_traits.hpp53 rebind_pointer<const T>::type const_pointer; typedef
72 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr &n) in to_value_ptr()
74 return pointer_traits<const_pointer>::pointer_to(*detail::parent_from_member<value_type, node> in to_value_ptr()
/third_party/boost/boost/numeric/ublas/traits/
Dc_array.hpp46 typedef const T *const_pointer; typedef
53 typedef const_pointer const_iterator2;
78 typedef const T *const_pointer; typedef
82 typedef const_pointer const_iterator;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node.h172 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr()
182 static typename OptionsT::const_pointer
184 return static_cast<typename OptionsT::const_pointer>(N); in getValuePtr()
213 using const_pointer = typename OptionsT::const_pointer; member
220 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node.h168 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr()
176 static typename OptionsT::const_pointer
178 return static_cast<typename OptionsT::const_pointer>(N); in getValuePtr()
204 typedef typename OptionsT::const_pointer const_pointer; typedef
210 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
216 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
/third_party/boost/boost/mpi/
Dallocator.hpp36 typedef const void* const_pointer; typedef in boost::mpi::allocator
80 typedef const T* const_pointer; typedef in boost::mpi::allocator
123 const_pointer address(const_reference x) const in address()
136 pointer allocate(size_type n, allocator<void>::const_pointer /*hint*/ = 0) in allocate() argument
/third_party/boost/boost/numeric/ublas/tensor/
Dstorage_traits.hpp41 using const_pointer = typename array_type::const_pointer; typedef
67 using const_pointer = typename array_type::const_pointer; typedef
/third_party/boost/libs/pool/example/
Dsys_allocator.hpp26 typedef const T * const_pointer; typedef
41 static const_pointer address(const_reference r) { return &r; } in address()
70 typedef const T * const_pointer; typedef
85 static const_pointer address(const_reference r) { return &r; } in address()
/third_party/re2/re2/
Dstringpiece.cc31 const_pointer result = std::search(data_ + pos, data_ + size_, in find()
39 const_pointer result = std::find(data_ + pos, data_ + size_, c); in find()
47 const_pointer last = data_ + std::min(size_ - s.size_, pos) + s.size_; in rfind()
48 const_pointer result = std::find_end(data_, last, s.data_, s.data_ + s.size_); in rfind()
/third_party/boost/libs/intrusive/test/
Dsmart_ptr.hpp42 typedef const T* const_pointer; typedef
48 typedef const void * const_pointer; typedef
57 typedef const void * const_pointer; typedef
66 typedef const volatile void * const_pointer; typedef
75 typedef const volatile void * const_pointer; typedef
94 typedef typename random_it_t::const_pointer const_pointer_t;
/third_party/boost/libs/unordered/test/unordered/
Dallocator_traits.cpp52 const_pointer address(T const& r) { return &r; } \
124 (boost::is_same<traits::const_pointer, int const*>::value)); in test_empty_allocator()
166 (boost::is_same<traits::const_pointer, int const*>::value)); in test_allocator1()
190 typedef T const* const_pointer; typedef
210 (boost::is_same<traits::const_pointer, int const*>::value)); in test_allocator2()
245 typedef ptr<T const> const_pointer; typedef
272 (boost::is_same<traits::const_pointer, ptr<int const> >::value)); in test_allocator3()
/third_party/boost/boost/pool/
Dpool_alloc.hpp161 typedef const value_type * const_pointer; typedef in boost::pool_allocator
213 static const_pointer address(const_reference s) in address()
289 typedef const void* const_pointer; typedef in boost::pool_allocator
358 typedef const value_type * const_pointer; typedef in boost::fast_pool_allocator
410 static const_pointer address(const_reference s) in address()
495 typedef const void* const_pointer; typedef in boost::fast_pool_allocator
/third_party/boost/boost/static_string/
Dstatic_string.hpp215 using const_pointer = const value_type*; typedef in boost::static_strings::detail::static_string_base
228 const_pointer
851 using const_pointer = const value_type*; typedef in boost::static_strings::basic_static_string
951 const_pointer s, in basic_static_string()
962 basic_static_string(const_pointer s) in basic_static_string()
1114 operator=(const_pointer s) in operator =()
1363 const_pointer s,
1387 assign(const_pointer s) in assign()
1774 const_pointer
1795 const_pointer
[all …]
/third_party/boost/libs/interprocess/test/
Ddummy_test_allocator.hpp54 typedef const T * const_pointer; typedef in boost::interprocess::test::dummy_test_allocator
84 const_pointer address(const_reference value) const in address()
85 { return const_pointer(addressof(value)); } in address()
/third_party/boost/libs/intrusive/example/
Ddoc_recursive_member.cpp30 typedef const value_type* const_pointer; typedef
36 static const_pointer to_value_ptr(const_hook_ptr n);
59 inline Functor::const_pointer Functor::to_value_ptr(Functor::const_hook_ptr n) in to_value_ptr()
/third_party/boost/boost/geometry/index/detail/rtree/
Dquery_iterators.hpp31 typedef typename Allocators::const_pointer pointer;
80 typedef typename allocators_type::const_pointer pointer;
152 typedef typename allocators_type::const_pointer pointer;
225 typedef typename Allocators::const_pointer pointer;
248 typedef typename Allocators::const_pointer pointer;
281 typedef typename Allocators::const_pointer pointer;
/third_party/boost/boost/histogram/detail/
Dsub_array.hpp30 using const_pointer = const T*; typedef in boost::histogram::detail::sub_array
32 using const_iterator = const_pointer;
64 const_pointer data() const noexcept { return static_cast<const_pointer>(data_); } in data()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h119 using const_pointer = typename instr_iterator::const_pointer;
204 friend bool operator==(const MachineInstrBundleIterator &L, const_pointer R) {
207 friend bool operator==(const_pointer L, const MachineInstrBundleIterator &R) {
239 friend bool operator!=(const MachineInstrBundleIterator &L, const_pointer R) {
242 friend bool operator!=(const_pointer L, const MachineInstrBundleIterator &R) {
/third_party/boost/boost/numeric/ublas/experimental/
Dsparse_view.hpp44 typedef const T *const_pointer; typedef in boost::numeric::ublas::c_array_view
46 typedef const_pointer const_iterator;
126 typedef const value_type *const_pointer; typedef in boost::numeric::ublas::compressed_matrix_view
227 const_pointer p = find_element(i,j); in operator ()()
241 const_pointer find_element (index_type i, index_type j) const { in find_element()

12345678910>>...14