MCPcopy 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
420bool StringToUint64(const StringPiece& input, uint64_t* output) {
421 return StringToIntImpl(input, output);
422}
423
424bool StringToUint64(const StringPiece16& input, uint64_t* output) {
425 return String16ToIntImpl(input, output);

Callers 2

TESTFunction · 0.85
convert_uint64_typeFunction · 0.85

Calls 2

StringToIntImplFunction · 0.85
String16ToIntImplFunction · 0.85

Tested by 1

TESTFunction · 0.68