Lines Matching refs:VALUE
247 template <typename ITERATOR, typename VALUE, int BASE>
251 typedef VALUE value_type;
285 template <typename VALUE, int BASE>
288 VALUE,
291 template <typename VALUE>
292 bool StringToIntImpl(std::string_view input, VALUE* output) {
293 return IteratorRangeToNumber<StringPieceToNumberTraits<VALUE, 10>>::Invoke(
297 template <typename VALUE, int BASE>
300 VALUE,
303 template <typename VALUE>
304 bool String16ToIntImpl(std::u16string_view input, VALUE* output) {
305 return IteratorRangeToNumber<StringPiece16ToNumberTraits<VALUE, 10>>::Invoke(