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

Method end

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

Source from the content-addressed store, hash-verified

265 typedef std::reverse_iterator<iterator> reverse_iterator;
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 }

Callers 15

EncodeVectorPODFunction · 0.45
StripBracketsFunction · 0.45
StripMarkupTagsFunction · 0.45
TrimRunsInStringFunction · 0.45
RemoveNullsInStringFunction · 0.45
JoinMapKeysAndValuesFunction · 0.45
JoinVectorKeysAndValuesFunction · 0.45
SplitIteratorClass · 0.45
FindMethod · 0.45
GenericFindFunction · 0.45
AppendToImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected