Home
last modified time | relevance | path

Searched defs:DigitBuffer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/
H A Dinteger_literals.h56 template <typename T, int base> struct DigitBuffer { struct
73 constexpr DigitBuffer(const char *str) { in DigitBuffer() argument
80 LIBC_INLINE static constexpr uint8_t get_digit_value(const char c) { in get_digit_value()
114 const DigitBuffer<T, base> buffer(str); in parse() argument