/third_party/json/tests/src/ |
H A D | unit-iterators2.cpp | 458 auto it1 = j.rbegin(); 459 auto it2 = j.rbegin(); 460 auto it3 = j.rbegin(); 658 CHECK_THROWS_WITH_AS(j.rbegin() == k.rbegin(), "[json.exception.invalid_iterator.212] cannot compare iterators of different containers", json::invalid_iterator&); 660 CHECK_THROWS_WITH_AS(j.rbegin() < k.rbegin(), "[json.exception.invalid_iterator.212] cannot compare iterators of different containers", json::invalid_iterator&); 680 auto it = j_object.rbegin(); 688 auto it = j_object.rbegin(); 696 auto it = j_object.rbegin(); [all...] |
H A D | unit-capacity.cpp | 223 CHECK(std::distance(j.rbegin(), j.rend()) == j.size()); 243 CHECK(std::distance(j.rbegin(), j.rend()) == j.size()); 265 CHECK(std::distance(j.rbegin(), j.rend()) == j.size()); 285 CHECK(std::distance(j.rbegin(), j.rend()) == j.size()); 308 CHECK(std::distance(j.rbegin(), j.rend()) == j.size()); 328 CHECK(std::distance(j.rbegin(), j.rend()) == j.size()); 349 CHECK(std::distance(j.rbegin(), j.rend()) == j.size()); 369 CHECK(std::distance(j.rbegin(), j.rend()) == j.size()); 389 CHECK(std::distance(j.rbegin(), j.rend()) == j.size()); 409 CHECK(std::distance(j.rbegin(), [all...] |
H A D | unit-iterators1.cpp | 133 SECTION("json + rbegin/rend") 135 json::reverse_iterator it = j.rbegin(); 140 CHECK(it != j.rbegin()); 144 CHECK(it == j.rbegin()); 149 CHECK(it != j.rbegin()); 153 CHECK(it == j.rbegin()); 439 SECTION("json + rbegin/rend") 441 json::reverse_iterator it = j.rbegin(); 446 CHECK(it != j.rbegin()); 450 CHECK(it == j.rbegin()); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | Trace.h | 90 reverse_iterator rbegin() { return BasicBlocks.rbegin(); } in rbegin() function in llvm::Trace 91 const_reverse_iterator rbegin() const { return BasicBlocks.rbegin(); } in rbegin() function in llvm::Trace
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/dispatcher/ |
H A D | stream_pipeline_dispatcher.cpp | 44 for (auto it = p->nodes_.rbegin(); it < p->nodes_.rend(); it++) { in Update() 85 for (auto it = iter->second.rbegin(); it != iter->second.rend(); it++) { in SetDispatcherCallback() 120 for (auto it = seqNode_[streamId].rbegin(); it != seqNode_[streamId].rend(); it++) { in Prepare() 135 for (auto it = seqNode_[streamId].rbegin(); it != seqNode_[streamId].rend(); it++) { in Start() 150 for (auto it = seqNode_[streamId].rbegin(); it != seqNode_[streamId].rend(); it++) { in Config() 163 for (auto it = seqNode_[streamId].rbegin(); it != seqNode_[streamId].rend(); it++) { in Flush() 184 for (auto it = seqNode_[streamId].rbegin(); it != seqNode_[streamId].rend(); it++) { in Stop() 239 for (auto it = seqNode_[streamId].rbegin(); it != seqNode_[streamId].rend(); it++) { in GetNode()
|
/third_party/gn/src/base/ |
H A D | value_iterators.cc | 148 dict_iterator_proxy::reverse_iterator dict_iterator_proxy::rbegin() { in rbegin() function in base::detail::dict_iterator_proxy 152 dict_iterator_proxy::const_reverse_iterator dict_iterator_proxy::rbegin() in rbegin() function in base::detail::dict_iterator_proxy 175 return const_reverse_iterator(rbegin()); in crbegin() 199 const_dict_iterator_proxy::rbegin() const { in rbegin() function in base::detail::const_dict_iterator_proxy 220 return const_reverse_iterator(rbegin()); in crbegin()
|
H A D | value_iterators.h | 138 reverse_iterator rbegin(); 139 const_reverse_iterator rbegin() const; 175 const_reverse_iterator rbegin() const;
|
/third_party/skia/src/core/ |
H A D | SkMarkerStack.cpp | 18 for (auto it = fStack.rbegin(); it != fStack.rend(); ++it) { in setMarker() 34 for (auto it = fStack.rbegin(); it != fStack.rend(); ++it) { in findMarker() 47 for (auto it = fStack.rbegin(); it != fStack.rend(); ++it) { in findMarkerInverse()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/ |
H A D | mru_cache.h | 180 Erase(rbegin()); in ShrinkToSize() 210 reverse_iterator rbegin() { return ordering_.rbegin(); } in rbegin() function in angle::base::MRUCacheBase 211 const_reverse_iterator rbegin() const { return ordering_.rbegin(); } in rbegin() function in angle::base::MRUCacheBase
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
H A D | FunctionList.h | 62 std::rotate(v.rbegin() + from, v.rbegin() + from + 1, v.rbegin() + to + 1); in rotateEffectAt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | BasicBlock.h | 233 inline reverse_iterator rbegin() { return InstList.rbegin(); } in rbegin() function in llvm::BasicBlock 234 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); } in rbegin() function in llvm::BasicBlock
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SetVector.h | 102 reverse_iterator rbegin() { in rbegin() function in llvm::SetVector 103 return vector_.rbegin(); in rbegin() 107 const_reverse_iterator rbegin() const { in rbegin() function in llvm::SetVector 108 return vector_.rbegin(); in rbegin()
|
H A D | AllocatorList.h | 173 reverse_iterator rbegin() { return reverse_iterator(List.rbegin()); } in rbegin() function in llvm::AllocatorList 175 const_reverse_iterator rbegin() const { in rbegin() function in llvm::AllocatorList 176 return const_reverse_iterator(List.rbegin()); in rbegin()
|
H A D | MapVector.h | 74 reverse_iterator rbegin() { return Vector.rbegin(); } in rbegin() function in llvm::MapVector 75 const_reverse_iterator rbegin() const { return Vector.rbegin(); } in rbegin() function in llvm::MapVector
|
H A D | simple_ilist.h | 121 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin() function in llvm::simple_ilist 122 const_reverse_iterator rbegin() const { in rbegin() function in llvm::simple_ilist 140 reference back() { return *rbegin(); } in back() 141 const_reference back() const { return *rbegin(); } in back()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 204 reverse_instr_iterator instr_rbegin() { return Insts.rbegin(); } in instr_rbegin() 205 const_reverse_instr_iterator instr_rbegin() const { return Insts.rbegin(); } in instr_rbegin() 220 reverse_iterator rbegin() { in rbegin() function in llvm::MachineBasicBlock 223 const_reverse_iterator rbegin() const { in rbegin() function in llvm::MachineBasicBlock 269 { return Predecessors.rbegin();} in pred_rbegin() 271 { return Predecessors.rbegin();} in pred_rbegin() 285 { return Successors.rbegin(); } in succ_rbegin() 287 { return Successors.rbegin(); } in succ_rbegin()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph.h | 37 BlockConstReverseIterator rbegin() const { return blocks_.rbegin(); } in rbegin() function in v8::internal::maglev::final
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | unique_vector.h | 34 /// The iterator returned by rbegin() and rend() 87 ConstReverseIterator rbegin() const { return vector.rbegin(); } in rbegin() function
|
/third_party/json/tests/thirdparty/fifo_map/ |
H A D | fifo_map.hpp | 224 reverse_iterator rbegin() noexcept 226 return m_map.rbegin(); 236 const_reverse_iterator rbegin() const noexcept 238 return m_map.rbegin();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 278 inline reverse_iterator rbegin() { return InstList.rbegin(); } in rbegin() function in llvm::final 279 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); } in rbegin() function in llvm::final
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | simple_ilist.h | 117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin() function in llvm::simple_ilist 118 const_reverse_iterator rbegin() const { in rbegin() function in llvm::simple_ilist 136 reference back() { return *rbegin(); } in back() 137 const_reference back() const { return *rbegin(); } in back()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | DeadMachineInstructionElim.cpp | 119 for (MachineBasicBlock &MBB : make_range(MF.rbegin(), MF.rend())) { in runOnMachineFunction() 133 for (MachineBasicBlock::reverse_iterator MII = MBB.rbegin(), in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Path.h | 81 friend reverse_iterator rbegin(StringRef path); 108 reverse_iterator rbegin(StringRef path);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | ascii.h | 213 auto it = std::find_if_not(str.rbegin(), str.rend(), absl::ascii_isspace); in StripTrailingAsciiWhitespace() 219 auto it = std::find_if_not(str->rbegin(), str->rend(), absl::ascii_isspace); in StripTrailingAsciiWhitespace()
|
/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
H A D | generate_geocoding_data.cc | 145 return std::equal(suffix.rbegin(), suffix.rend(), s.rbegin()); in EndsWith()
|