Searched refs:visit_long_double (Results 1 - 2 of 2) sorted by relevance

/external/fmtlib/test/
H A Dutil-test.cc613 Result visit_long_double(long double value) { return value; } function in struct:TestVisitor
/external/fmtlib/fmt/
H A Dformat.h1599 Result visit_long_double(long double value) { function in class:fmt::ArgVisitor
1663 return FMT_DISPATCH(visit_long_double(arg.long_double_value));

Completed in 52 milliseconds