MCPcopy Create free account
hub / github.com/devsisters/libquic / StringToIntImpl

Function StringToIntImpl

src/base/strings/string_number_conversions.cc:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309
310template <typename VALUE>
311bool StringToIntImpl(const StringPiece& input, VALUE* output) {
312 return IteratorRangeToNumber<StringPieceToNumberTraits<VALUE, 10> >::Invoke(
313 input.begin(), input.end(), output);
314}
315
316template <typename VALUE, int BASE>
317class StringPiece16ToNumberTraits

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