MCPcopy 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
412bool StringToInt64(const StringPiece& input, int64_t* output) {
413 return StringToIntImpl(input, output);
414}
415
416bool StringToInt64(const StringPiece16& input, int64_t* output) {
417 return String16ToIntImpl(input, output);

Callers 3

TESTFunction · 0.85
convert_int64_typeFunction · 0.85
GetRecoverPolicyByParamsFunction · 0.85

Calls 2

StringToIntImplFunction · 0.85
String16ToIntImplFunction · 0.85

Tested by 1

TESTFunction · 0.68