MCPcopy Create free account
hub / github.com/apache/impala / rbegin

Method rbegin

be/src/gutil/strings/stringpiece.h:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 iterator begin() const { return ptr_; }
267 iterator end() const { return ptr_ + length_; }
268 const_reverse_iterator rbegin() const {
269 return const_reverse_iterator(ptr_ + length_);
270 }
271 const_reverse_iterator rend() const {
272 return const_reverse_iterator(ptr_);
273 }

Callers 8

BuildDeltaMethod · 0.80
JoinCSVLineWithDelimiterFunction · 0.80
ParseMemSpecMethod · 0.80
ParseSchemaVersionFlagFunction · 0.80
StartupChecksFunction · 0.80

Calls

no outgoing calls

Tested by 1

BuildDeltaMethod · 0.64