Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/CPP/
H A Dstring.h200 template <typename T> string to_dec_string(T value) { in to_dec_string() function
207 return internal::to_dec_string<int>(value); in to_string()
210 return internal::to_dec_string<long>(value); in to_string()
213 return internal::to_dec_string<long long>(value); in to_string()
216 return internal::to_dec_string<unsigned>(value); in to_string()
219 return internal::to_dec_string<unsigned long>(value); in to_string()
222 return internal::to_dec_string<unsigned long long>(value); in to_string()