MCPcopy Create free account
hub / github.com/apache/impala / operator[]

Method operator[]

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

Source from the content-addressed store, hash-verified

199 }
200
201 char operator[](int i) const {
202 assert(0 <= i);
203 assert(i < length_);
204 return ptr_[i];
205 }
206
207 void remove_prefix(int n) {
208 assert(length_ >= n);

Callers 1

CleanStringLineEndingsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected