Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ length
Function
length
src/butil/strings/string16.h:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
static size_t length(const char_type* s) {
89
return c16len(s);
90
}
91
92
static const char_type* find(const char_type* s, size_t n,
93
const char_type& a) {
Callers
15
BasicStringPiece
Method · 0.70
set
Method · 0.70
size
Method · 0.50
field_sp
Method · 0.50
to_long
Method · 0.50
to_ulong
Method · 0.50
to_longlong
Method · 0.50
to_ulonglong
Method · 0.50
to_float
Method · 0.50
to_double
Method · 0.50
pop_front
Method · 0.50
pop_back
Method · 0.50
Calls
1
c16len
Function · 0.85
Tested by
no test coverage detected