Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ StringToSizeT
Function
StringToSizeT
src/butil/strings/string_number_conversions.cc:428–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
}
427
428
bool StringToSizeT(const StringPiece& input, size_t* output) {
429
return StringToIntImpl(input, output);
430
}
431
432
bool StringToSizeT(const StringPiece16& input, size_t* output) {
433
return String16ToIntImpl(input, output);
Callers
2
TEST
Function · 0.85
SetParameters
Method · 0.85
Calls
2
StringToIntImpl
Function · 0.85
String16ToIntImpl
Function · 0.85
Tested by
1
TEST
Function · 0.68