Home
last modified time | relevance | path

Searched refs:retreat (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.h264 inline index_type retreat(index_type index) const;
268 inline index_type retreat(index_type index, index_type n) const;
272 return (index == head_) ? begin_pos_ : entry_end_pos(retreat(index));
313 // will return {retreat(tail), 5)} provided the preceding entry contains at
324 // entry(retreat(pos.pos)).end_pos -= pos.offset;
518 inline CordRepRing::index_type CordRepRing::retreat(index_type index) const {
523 inline CordRepRing::index_type CordRepRing::retreat(index_type index,
H A Dcord_rep_ring.cc146 const index_type back = retreat(tail_); in IsValid()
296 index_type back = retreat(tail_); in GetAppendBuffer()
386 Filler filler(rep, append ? rep->tail_ : rep->retreat(rep->head_, entries)); in AddRing()
419 rep->SubLength(rep->retreat(filler.pos()), tail.offset); in AddRing()
483 index_type head = rep->retreat(rep->head_); in PrependLeaf()
554 Filler filler(rep, rep->retreat(rep->head_, static_cast<index_type>(flats))); in Prepend()
703 rep->SubLength(rep->retreat(tail.index), tail.offset);
763 rep->SubLength(rep->retreat(tail.index), tail.offset); in RemoveSuffix()
/third_party/python/Objects/
H A Dcodeobject.c887 retreat(PyCodeAddressRange *bounds) in retreat() function
994 retreat(&bounds); in PyCode_Addr2Location()
1012 retreat(range); in _PyLineTable_PreviousAddressRange()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_test.cc1350 auto data = ring->entry_data(ring->retreat(pos.index)); in TEST_F()
1376 auto data = ring->entry_data(ring->retreat(pos.index)); in TEST_F()
1397 auto data = ring->entry_data(ring->retreat(pos.index)); in TEST_F()

Completed in 10 milliseconds