Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ remove_prefix
Method
remove_prefix
extern/re2/re2/stringpiece.h:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
const_pointer data() const { return data_; }
86
87
void remove_prefix(size_type n) {
88
data_ += n;
89
size_ -= n;
90
}
91
92
void remove_suffix(size_type n) {
93
size_ -= n;
Callers
15
ParseInteger
Function · 0.80
MaybeParseRepetition
Function · 0.80
StringPieceToRune
Function · 0.80
ParseEscape
Function · 0.80
MaybeParsePerlCCEscape
Function · 0.80
ParseUnicodeGroup
Function · 0.80
ParseCCName
Function · 0.80
ParseCCRange
Method · 0.80
ParseCharClass
Method · 0.80
ParsePerlFlags
Method · 0.80
Parse
Method · 0.80
ConsumeN
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestInput
Method · 0.64