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

Method set

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

Source from the content-addressed store, hash-verified

181 }
182
183 void set(const char* data, int len) {
184 assert(len >= 0);
185 ptr_ = data;
186 length_ = len;
187 }
188
189 void set(const char* str) {
190 ptr_ = str;

Callers 3

StripWhiteSpaceFunction · 0.45
SplitIteratorClass · 0.45
GenericFindFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected