Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
StringPiece
Method · 0.45
compare
Method · 0.45
starts_with
Method · 0.45
ends_with
Method · 0.45
operator==
Function · 0.45
operator<
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected