MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / rend

Method rend

Bcore/src/main/cpp/base/stringpiece.h:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 return const_reverse_iterator(ptr_ + length_);
146 }
147 const_reverse_iterator rend() const {
148 return const_reverse_iterator(ptr_);
149 }
150
151 size_type copy(char* buf, size_type n, size_type pos = 0) const {
152 size_type ret = std::min(length_ - pos, n);

Callers 2

endsWithFunction · 0.80

Calls

no outgoing calls

Tested by 2

endsWithFunction · 0.64