MCPcopy 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
404bool StringToUint(const StringPiece& input, unsigned* output) {
405 return StringToIntImpl(input, output);
406}
407
408bool StringToUint(const StringPiece16& input, unsigned* output) {
409 return String16ToIntImpl(input, output);

Callers 3

TESTFunction · 0.85
AddMethod · 0.85
AddMethod · 0.85

Calls 2

StringToIntImplFunction · 0.85
String16ToIntImplFunction · 0.85

Tested by 1

TESTFunction · 0.68