Home
last modified time | relevance | path

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

/external/fmtlib/include/fmt/
Dformat.h392 constexpr T* to_pointer(OutputIt, size_t) { in to_pointer() function
395 template <typename T> T* to_pointer(buffer_appender<T> it, size_t n) { in to_pointer() function
1119 if (auto ptr = to_pointer<Char>(out, to_unsigned(num_digits))) {
2045 if (auto ptr = to_pointer<Char>(it, size)) {