Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/third_party/boost/libs/range/test/
Dextension_size.cpp39 typedef impl_t::const_iterator const_iterator; typedef in boost_range_extension_size_test::FooWithoutSize
58 typedef const boost::uint8_t* const_iterator; typedef in boost_range_extension_size_test::FooWithSize
118 struct const_iterator struct in boost_range_extension_size_test::Foo2WithoutSize
120 typedef std::forward_iterator_tag iterator_category;
121 typedef boost::int8_t difference_type;
122 typedef boost::int16_t value_type;
123 typedef value_type* pointer;
124 typedef value_type& reference;
/third_party/boost/boost/beast/http/
Dchunk_encode.hpp55 using const_iterator = value_type const*; typedef
240 using const_iterator = __implementation_defined__; typedef in boost::beast::http::chunk_header
242 using const_iterator = typename view_type::const_iterator; typedef in boost::beast::http::chunk_header
434 using const_iterator = __implementation_defined__; typedef in boost::beast::http::chunk_body
436 using const_iterator = typename view_type::const_iterator; typedef in boost::beast::http::chunk_body
540 using const_iterator = __implementation_defined__; typedef in boost::beast::http::chunk_last
542 using const_iterator = typedef in boost::beast::http::chunk_last
Drfc7230.hpp69 using const_iterator = __implementation_defined__; typedef in boost::beast::http::param_list
158 using const_iterator = __implementation_defined__; typedef in boost::beast::http::ext_list
246 using const_iterator = __implementation_defined__; typedef in boost::beast::http::token_list
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_map.h60 using const_iterator = typename raw_hash_map::raw_hash_set::const_iterator; variable
95 iterator insert_or_assign(const_iterator, key_arg<K>&& k, V&& v) { in insert_or_assign() argument
100 iterator insert_or_assign(const_iterator, key_arg<K>&& k, const V& v) { in insert_or_assign() argument
105 iterator insert_or_assign(const_iterator, const key_arg<K>& k, V&& v) { in insert_or_assign() argument
110 iterator insert_or_assign(const_iterator, const key_arg<K>& k, const V& v) { in insert_or_assign() argument
133 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() argument
138 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() argument
/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h59 using const_iterator = typename raw_hash_map::raw_hash_set::const_iterator; variable
94 iterator insert_or_assign(const_iterator, key_arg<K>&& k, V&& v) { in insert_or_assign() argument
99 iterator insert_or_assign(const_iterator, key_arg<K>&& k, const V& v) { in insert_or_assign() argument
104 iterator insert_or_assign(const_iterator, const key_arg<K>& k, V&& v) { in insert_or_assign() argument
109 iterator insert_or_assign(const_iterator, const key_arg<K>& k, const V& v) { in insert_or_assign() argument
132 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() argument
137 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() argument
/third_party/boost/boost/range/
Dmfc.hpp193 typedef val_t const *const_iterator; typedef
208 typedef val_t const *const_iterator; typedef
221 typedef mfc_ptr_array_iterator<X const, CObject const *> const_iterator; typedef
234 typedef mfc_ptr_array_iterator<X const, void const *> const_iterator; typedef
249 typedef val_t const *const_iterator; typedef
264 typedef val_t const *const_iterator; typedef
279 typedef val_t const *const_iterator; typedef
296 typedef list_iterator<X const, ::CObject const *> const_iterator; typedef
298 … typedef list_iterator<X const, ::CObject const * const, ::CObject const * const> const_iterator; typedef
313 typedef list_iterator<X const, void const *> const_iterator; typedef
[all …]
Datl.hpp246 typedef val_t const *const_iterator; typedef
264 typedef indirect_iterator<citer_t> const_iterator; typedef
279 typedef val_t const *const_iterator; typedef
294 typedef list_iterator<X const, val_t const> const_iterator; typedef
329 typedef indirect_iterator<citer_t> const_iterator; typedef
346 typedef indirect_iterator<citer_t> const_iterator; typedef
361 typedef list_iterator<X const, val_t const> const_iterator; typedef
385 typedef indirect_iterator<citer_t> const_iterator; typedef
416 typedef typename X::PCXSTR const_iterator; typedef
446 typedef mutable_iterator const_iterator; typedef
[all …]
/third_party/boost/boost/icl/concept/
Dinterval_set.hpp37 typedef typename Type::const_iterator const_iterator; in contains() typedef
176 typedef typename Type::const_iterator const_iterator; in add_intersection() typedef
188 typedef typename Type::const_iterator const_iterator; in add_intersection() typedef
229 typedef typename Type::const_iterator const_iterator; in flip() typedef
269 typedef typename OperandT::const_iterator const_iterator; in flip() typedef
301 typedef typename Type::const_iterator const_iterator; in domain() typedef
317 typedef typename Type::const_iterator const_iterator; in between() typedef
Dinterval_map.hpp45 typedef typename Type::const_iterator const_iterator; in contains() typedef
55 typedef typename Type::const_iterator const_iterator; in contains() typedef
114 typedef typename Type::const_iterator const_iterator; in contains() typedef
351 typedef typename MapT::const_iterator const_iterator; in add_intersection() typedef
373 typedef typename Type::const_iterator const_iterator; in add_intersection() typedef
387 typedef typename Type::const_iterator const_iterator; in add_intersection() typedef
412 typedef typename KeySetT::const_iterator const_iterator; in add_intersection() typedef
540 typedef typename OperandT::const_iterator const_iterator; in flip() typedef
585 typedef typename Type::const_iterator const_iterator; in between() typedef
Dinterval_associator_base.hpp58 typedef typename Type::const_iterator const_iterator; in find() typedef
78 typedef typename Type::const_iterator const_iterator; in find() typedef
/third_party/boost/boost/beast/http/impl/
Drfc7230.hpp20 class param_list::const_iterator class in boost::beast::http::param_list
81 const_iterator(iter_type first, iter_type last) in const_iterator() function in boost::beast::http::param_list::const_iterator
137 class ext_list::const_iterator class in boost::beast::http::ext_list
198 const_iterator(iter_type begin, iter_type end) in const_iterator() function in boost::beast::http::ext_list::const_iterator
250 class token_list::const_iterator class in boost::beast::http::token_list
311 const_iterator(iter_type begin, iter_type end) in const_iterator() function in boost::beast::http::token_list::const_iterator
/third_party/boost/boost/icl/detail/
Dassociated_value.hpp33 co_equal(typename Type::const_iterator, typename CoType::const_iterator, in co_equal()
/third_party/boost/boost/beast/http/detail/
Dbasic_parsed_list.hpp39 using const_iterator = __implementation_defined__; typedef in boost::beast::http::detail::basic_parsed_list
44 class const_iterator class in boost::beast::http::detail::basic_parsed_list
109 const_iterator( in const_iterator() function in boost::beast::http::detail::basic_parsed_list::const_iterator
/third_party/boost/libs/regex/test/regress/
Dtest_partial_match.hpp82 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_simple_search() typedef
127 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_iterator() typedef
188 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_token_iterator() typedef
301 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_grep() typedef
312 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_match() typedef
Dtest_regex_search.hpp101 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_simple_search() typedef
180 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_iterator() typedef
241 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_token_iterator() typedef
436 typedef typename std::basic_string<charT>::const_iterator const_iterator; in test_regex_match() typedef
/third_party/boost/boost/log/support/
Dspirit_qi.hpp62 typedef typename StringT::const_iterator const_iterator; in matches() typedef
78 typedef typename StringT::const_iterator const_iterator; in matches() typedef
/third_party/boost/libs/bimap/example/bimap_and_boost/
Drange.cpp34 boost::range_const_iterator<ForwardReadableRange>::type const_iterator; in for_each() typedef
49 boost::range_const_iterator<ForwardReadableRange>::type const_iterator; in count_if() typedef
/third_party/boost/boost/log/attributes/
Dattribute_value_set.hpp127 class const_iterator class in boost::attribute_value_set
139 BOOST_CONSTEXPR const_iterator() : m_pNode(NULL), m_pContainer(NULL) {} in const_iterator() function in boost::attribute_value_set::const_iterator
140 explicit const_iterator(node_base* n, attribute_value_set* cont) BOOST_NOEXCEPT : in const_iterator() function in boost::attribute_value_set::const_iterator
198 typedef implementation_defined const_iterator; typedef in boost::attribute_value_set
/third_party/boost/libs/intrusive/test/
Dtest_container.hpp38 typedef typename Container::const_iterator const_iterator; typedef
51 typedef typename Container::const_iterator const_iterator; in test_container() typedef
180 typedef typename Container::const_iterator const_iterator; in test_common_unordered_and_associative_container() typedef
273 typedef typename Container::const_iterator const_iterator; in test_common_unordered_and_associative_container() typedef
338 typedef typename Container::const_iterator const_iterator; in test_common_unordered_and_associative_container() typedef
422 typedef typename Container::const_iterator const_iterator; in test_associative_container_invariants() typedef
469 typedef typename Container::const_iterator const_iterator; in test_unordered_associative_container_invariants() typedef
/third_party/gn/src/base/
Dvalue_iterators.h128 using const_iterator = const_dict_iterator; variable
167 using const_iterator = const_dict_iterator; variable
/third_party/boost/boost/beast/core/detail/
Dbuffers_range_adaptor.hpp33 class const_iterator class in boost::beast::detail::buffers_range_adaptor
42 const_iterator(iter_type const& it) in const_iterator() function in boost::beast::detail::buffers_range_adaptor::const_iterator
/third_party/boost/boost/numeric/ublas/
Dvector.hpp483 typedef indexed_const_iterator<self_type, dense_random_access_iterator_tag> const_iterator; typedef in boost::numeric::ublas::vector
516 class const_iterator: class in boost::numeric::ublas::vector
532 const_iterator (): in const_iterator() function in boost::numeric::ublas::vector::const_iterator
535 const_iterator (const self_type &v, const const_subiterator_type &it): in const_iterator() function in boost::numeric::ublas::vector::const_iterator
538const_iterator (const typename self_type::iterator &it): // ISSUE vector:: stops VC8 using std::i… in const_iterator() function in boost::numeric::ublas::vector::const_iterator
1254 typedef indexed_const_iterator<self_type, dense_random_access_iterator_tag> const_iterator; typedef in boost::numeric::ublas::fixed_vector
1287 class const_iterator: class in boost::numeric::ublas::fixed_vector
1303 const_iterator (): in const_iterator() function in boost::numeric::ublas::fixed_vector::const_iterator
1306 const_iterator (const self_type &v, const const_subiterator_type &it): in const_iterator() function in boost::numeric::ublas::fixed_vector::const_iterator
1309const_iterator (const typename self_type::iterator &it): // ISSUE vector:: stops VC8 using std::i… in const_iterator() function in boost::numeric::ublas::fixed_vector::const_iterator
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h110 using const_iterator = FunctionMapTy::const_iterator; variable
184 using const_iterator = std::vector<CallRecord>::const_iterator; variable
339 using const_iterator = CallGraph::const_iterator; variable
DDominanceFrontier.h78 using const_iterator = typename DomSetMapType::const_iterator; variable
148 using const_iterator = variable
/third_party/boost/boost/log/utility/manipulators/
Drange.hpp66 typedef typename boost::range_const_iterator< RangeT >::type const_iterator; in output() typedef
102 typedef typename boost::range_const_iterator< RangeT >::type const_iterator; in output() typedef

12345678910>>...20