Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc153 inline int DigitValue(char digit) { in DigitValue() function
873 int digit = DigitValue(*ptr); in ParseInteger()
956 *result = (*result << 4) + DigitValue(*ptr); in ReadHexDigits()
1057 int code = DigitValue(*ptr); in ParseStringAppend()
1060 code = code * 8 + DigitValue(*ptr); in ParseStringAppend()
1064 code = code * 8 + DigitValue(*ptr); in ParseStringAppend()
1074 code = DigitValue(*ptr); in ParseStringAppend()
1078 code = code * 16 + DigitValue(*ptr); in ParseStringAppend()