Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc987 const char *ASCII_digits = nullptr; in FastUInt32ToBufferLeft() local
996 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
997 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
998 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
1004 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
1005 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
1006 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
1012 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
1013 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
1014 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
[all …]