Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ StringToInt64
Function
StringToInt64
src/butil/strings/string_number_conversions.cc:412–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
}
411
412
bool StringToInt64(const StringPiece& input, int64_t* output) {
413
return StringToIntImpl(input, output);
414
}
415
416
bool StringToInt64(const StringPiece16& input, int64_t* output) {
417
return String16ToIntImpl(input, output);
Callers
3
TEST
Function · 0.85
convert_int64_type
Function · 0.85
GetRecoverPolicyByParams
Function · 0.85
Calls
2
StringToIntImpl
Function · 0.85
String16ToIntImpl
Function · 0.85
Tested by
1
TEST
Function · 0.68