MCPcopy Create free account
hub / github.com/apache/brpc / String16ToIntImpl

Function String16ToIntImpl

src/butil/strings/string_number_conversions.cc:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336
337template <typename VALUE>
338bool String16ToIntImpl(const StringPiece16& input, VALUE* output) {
339 return IteratorRangeToNumber<StringPiece16ToNumberTraits<VALUE, 10> >::Invoke(
340 input.begin(), input.end(), output);
341}
342
343} // namespace
344

Callers 5

StringToIntFunction · 0.85
StringToUintFunction · 0.85
StringToInt64Function · 0.85
StringToUint64Function · 0.85
StringToSizeTFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected