Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ StringToUint
Function
StringToUint
src/butil/strings/string_number_conversions.cc:404–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
}
403
404
bool StringToUint(const StringPiece& input, unsigned* output) {
405
return StringToIntImpl(input, output);
406
}
407
408
bool StringToUint(const StringPiece16& input, unsigned* output) {
409
return String16ToIntImpl(input, output);
Callers
3
TEST
Function · 0.85
Add
Method · 0.85
Add
Method · 0.85
Calls
2
StringToIntImpl
Function · 0.85
String16ToIntImpl
Function · 0.85
Tested by
1
TEST
Function · 0.68