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

Method rbegin

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

Source from the content-addressed store, hash-verified

142 iterator begin() const { return ptr_; }
143 iterator end() const { return ptr_ + length_; }
144 const_reverse_iterator rbegin() const {
145 return const_reverse_iterator(ptr_ + length_);
146 }
147 const_reverse_iterator rend() const {
148 return const_reverse_iterator(ptr_);
149 }

Callers 2

endsWithFunction · 0.80

Calls

no outgoing calls

Tested by 2

endsWithFunction · 0.64