DigitValue        857 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     int digit = DigitValue(*ptr);
DigitValue        940 third_party/protobuf/src/google/protobuf/io/tokenizer.cc     *result = (*result << 4) + DigitValue(*ptr);
DigitValue       1041 third_party/protobuf/src/google/protobuf/io/tokenizer.cc         int code = DigitValue(*ptr);
DigitValue       1044 third_party/protobuf/src/google/protobuf/io/tokenizer.cc           code = code * 8 + DigitValue(*ptr);
DigitValue       1048 third_party/protobuf/src/google/protobuf/io/tokenizer.cc           code = code * 8 + DigitValue(*ptr);
DigitValue       1058 third_party/protobuf/src/google/protobuf/io/tokenizer.cc           code = DigitValue(*ptr);
DigitValue       1062 third_party/protobuf/src/google/protobuf/io/tokenizer.cc           code = code * 16 + DigitValue(*ptr);