Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dcharconv_test_helpers.h79 struct to_chars_test_base struct
82 void test(T v, char const (&expect)[N], Ts... args) in test()
104 void test_value(X v, Ts... args) in test_value()
123 static auto fromchars(char const* p, char const* ep, int base, true_type) in fromchars()
132 static auto fromchars(char const* p, char const* ep, int base, false_type) in fromchars()
146 char buf[100];