Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ StringToUint64
Function
StringToUint64
src/butil/strings/string_number_conversions.cc:420–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
}
419
420
bool StringToUint64(const StringPiece& input, uint64_t* output) {
421
return StringToIntImpl(input, output);
422
}
423
424
bool StringToUint64(const StringPiece16& input, uint64_t* output) {
425
return String16ToIntImpl(input, output);
Callers
2
TEST
Function · 0.85
convert_uint64_type
Function · 0.85
Calls
2
StringToIntImpl
Function · 0.85
String16ToIntImpl
Function · 0.85
Tested by
1
TEST
Function · 0.68