MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / data

Method data

extern/re2/re2/stringpiece.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84 const_reference operator[](size_type i) const { return data_[i]; }
85 const_pointer data() const { return data_; }
86
87 void remove_prefix(size_type n) {
88 data_ += n;

Callers 6

StringPieceMethod · 0.45
compareMethod · 0.45
starts_withMethod · 0.45
ends_withMethod · 0.45
operator==Function · 0.45
operator<Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected