Home
last modified time | relevance | path

Searched refs:DigitValue (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc154 inline int DigitValue(char digit) { in DigitValue() function
883 int digit = DigitValue(*ptr); in ParseInteger()
968 *result = (*result << 4) + DigitValue(*ptr); in ReadHexDigits()
1069 int code = DigitValue(*ptr); in ParseStringAppend()
1072 code = code * 8 + DigitValue(*ptr); in ParseStringAppend()
1076 code = code * 8 + DigitValue(*ptr); in ParseStringAppend()
1086 code = DigitValue(*ptr); in ParseStringAppend()
1090 code = code * 16 + DigitValue(*ptr); in ParseStringAppend()