/third_party/json/test/src/ |
D | unit-iterators1.cpp | 183 CHECK(it != j.crend()); 188 CHECK(it == j.crend()); 192 CHECK(it != j.crend()); 197 CHECK(it == j.crend()); 201 CHECK(it != j.crend()); 208 CHECK(it != j_const.crend()); 213 CHECK(it == j_const.crend()); 217 CHECK(it != j_const.crend()); 222 CHECK(it == j_const.crend()); 226 CHECK(it != j_const.crend()); [all …]
|
D | unit-capacity.cpp | 244 CHECK(std::distance(j_const.crbegin(), j_const.crend()) == j_const.size()); 264 CHECK(std::distance(j_const.crbegin(), j_const.crend()) == j_const.size()); 286 CHECK(std::distance(j_const.crbegin(), j_const.crend()) == j_const.size()); 306 CHECK(std::distance(j_const.crbegin(), j_const.crend()) == j_const.size()); 329 CHECK(std::distance(j_const.crbegin(), j_const.crend()) == j_const.size()); 349 CHECK(std::distance(j_const.crbegin(), j_const.crend()) == j_const.size()); 370 CHECK(std::distance(j_const.crbegin(), j_const.crend()) == j_const.size()); 390 CHECK(std::distance(j_const.crbegin(), j_const.crend()) == j_const.size()); 410 CHECK(std::distance(j_const.crbegin(), j_const.crend()) == j_const.size()); 430 CHECK(std::distance(j_const.crbegin(), j_const.crend()) == j_const.size());
|
/third_party/boost/boost/utility/ |
D | string_ref.hpp | 126 const_reverse_iterator crend() const { return const_reverse_iterator (begin()); } in crend() function in boost::basic_string_ref 200 const_reverse_iterator iter = std::search ( this->crbegin (), this->crend (), in rfind() 201 s.crbegin (), s.crend (), traits::eq ); in rfind() 202 return iter == this->crend () ? npos : (std::distance(iter, this->crend()) - s.size()); in rfind() 206 const_reverse_iterator iter = std::find_if ( this->crbegin (), this->crend (), in rfind() 208 … return iter == this->crend () ? npos : (this->size() - 1 - std::distance(this->crbegin(), iter)); in rfind() 222 ( this->crbegin (), this->crend (), s.cbegin (), s.cend (), traits::eq ); in find_last_of() 223 … return iter == this->crend () ? npos : (this->size() - 1 - std::distance(this->crbegin(), iter)); in find_last_of() 239 const_reverse_iterator iter = find_not_of ( this->crbegin (), this->crend (), s ); in find_last_not_of() 240 … return iter == this->crend () ? npos : (this->size() - 1 - std::distance(this->crbegin(), iter)); in find_last_not_of() [all …]
|
D | string_view.hpp | 121 … const_reverse_iterator crend() const BOOST_NOEXCEPT { return const_reverse_iterator(begin()); } in crend() function in boost::basic_string_view 323 ( this->crbegin () + pos, this->crend (), s.cbegin (), s.cend (), traits::eq ); in find_last_of() 324 return iter == this->crend () ? npos : reverse_distance ( this->crbegin (), iter); in find_last_of() 356 const_reverse_iterator iter = find_not_of ( this->crbegin () + pos, this->crend (), s ); in find_last_not_of() 357 return iter == this->crend () ? npos : reverse_distance ( this->crbegin (), iter ); in find_last_not_of()
|
/third_party/boost/libs/stacktrace/test/ |
D | test.cpp | 167 BOOST_TEST(st.crend() == st.crend()); in test_iterators() 182 BOOST_TEST(st.size() == static_cast<std::size_t>(std::distance(st.crbegin(), st.crend()))); in test_iterators() 183 BOOST_TEST(st.size() == static_cast<std::size_t>(std::distance(st.rbegin(), st.crend()))); in test_iterators() 251 BOOST_TEST(st.crbegin() == st.crend()); in test_empty_basic_stacktrace() 252 BOOST_TEST(st.rbegin() == st.crend()); in test_empty_basic_stacktrace()
|
/third_party/json/doc/ |
D | index.md | 163 <td>`crend`</td> 164 <td class="ok_green">@link nlohmann::basic_json::crend `crend` @endlink</td> 165 <td class="ok_green">@link nlohmann::basic_json::crend `crend` @endlink</td> 166 <td class="ok_green">@link nlohmann::basic_json::crend `crend` @endlink</td> 167 <td class="ok_green">@link nlohmann::basic_json::crend `crend` @endlink</td> 168 <td class="ok_green">@link nlohmann::basic_json::crend `crend` @endlink</td> 169 <td class="ok_green">@link nlohmann::basic_json::crend `crend` @endlink</td>
|
/third_party/json/doc/examples/ |
D | crend.cpp | 12 json::const_reverse_iterator it = array.crend(); in main()
|
/third_party/gn/src/base/ |
D | value_iterators.cc | 176 dict_iterator_proxy::const_reverse_iterator dict_iterator_proxy::crend() const { in crend() function in base::detail::dict_iterator_proxy 222 const_dict_iterator_proxy::crend() const { in crend() function in base::detail::const_dict_iterator_proxy
|
D | value_iterators.h | 146 const_reverse_iterator crend() const; 181 const_reverse_iterator crend() const;
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | operand.cpp | 308 auto it = std::find(pattern.crbegin(), pattern.crend(), SPV_OPERAND_TYPE_RESULT_ID); in spvAlternatePatternFollowingImmediate() 309 if (it != pattern.crend()) { in spvAlternatePatternFollowingImmediate()
|
/third_party/boost/libs/compute/include/boost/compute/container/ |
D | basic_string.hpp | 204 const_reverse_iterator crend() const in crend() function in boost::compute::basic_string 206 return m_data.crend(); in crend()
|
D | flat_set.hpp | 120 const_reverse_iterator crend() const in crend() function in boost::compute::flat_set 122 return m_vector.crend(); in crend()
|
/third_party/boost/boost/compute/container/ |
D | basic_string.hpp | 204 const_reverse_iterator crend() const in crend() function in boost::compute::basic_string 206 return m_data.crend(); in crend()
|
D | flat_set.hpp | 120 const_reverse_iterator crend() const in crend() function in boost::compute::flat_set 122 return m_vector.crend(); in crend()
|
/third_party/boost/boost/ptr_container/ |
D | ptr_unordered_set.hpp | 65 using base_type::crend; 154 using base_type::crend;
|
D | ptr_unordered_map.hpp | 62 using base_type::crend; 156 using base_type::crend;
|
/third_party/boost/libs/array/test/ |
D | array3.cpp | 46 =seasons.crbegin(); pos<seasons.crend(); ++pos) { in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AntiDepBreaker.h | 72 for (const auto &DV : make_range(DbgValues.crbegin(), DbgValues.crend())) { in UpdateDbgValues()
|
/third_party/boost/boost/numeric/ublas/ |
D | matrix_vector.hpp | 183 const_reverse_iterator crend() const { in crend() function in boost::numeric::ublas::matrix_row_vector 336 const_reverse_iterator crend() const { in crend() function in boost::numeric::ublas::matrix_column_vector
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGGroup.cpp | 74 for (auto it = fChildren.crbegin(); it != fChildren.crend(); ++it) { in onNodeAt()
|
/third_party/boost/libs/intrusive/test/ |
D | iterator_test.hpp | 66 static type end(C &c) { return c.crend(); } in end() 254 test_iterator_bidirectional_functions(c, c.crbegin(), c.crend()); in test_iterator_bidirectional_and_compatible() 304 test_iterator_random_functions(c, c.crbegin(), c.crend()); in test_iterator_random_and_compatible()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | operand.cpp | 470 std::find(pattern.crbegin(), pattern.crend(), SPV_OPERAND_TYPE_RESULT_ID); in spvAlternatePatternFollowingImmediate() 471 if (it != pattern.crend()) { in spvAlternatePatternFollowingImmediate()
|
/third_party/spirv-tools/source/ |
D | operand.cpp | 459 std::find(pattern.crbegin(), pattern.crend(), SPV_OPERAND_TYPE_RESULT_ID); in spvAlternatePatternFollowingImmediate() 460 if (it != pattern.crend()) { in spvAlternatePatternFollowingImmediate()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | operand.cpp | 470 std::find(pattern.crbegin(), pattern.crend(), SPV_OPERAND_TYPE_RESULT_ID); in spvAlternatePatternFollowingImmediate() 471 if (it != pattern.crend()) { in spvAlternatePatternFollowingImmediate()
|
/third_party/skia/modules/sksg/src/ |
D | SkSGGroup.cpp | 72 for (auto it = fChildren.crbegin(); it != fChildren.crend(); ++it) { in onNodeAt()
|