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

Method rend

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

Source from the content-addressed store, hash-verified

269 return const_reverse_iterator(ptr_ + length_);
270 }
271 const_reverse_iterator rend() const {
272 return const_reverse_iterator(ptr_);
273 }
274 // STLS says return size_type, but Google says return int
275 int max_size() const { return length_; }
276 int capacity() const { return length_; }

Callers 3

ParseMemSpecMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected