Searched refs:EditIntegerOutput (Results 1 – 3 of 3) sorted by relevance
33 bool EditIntegerOutput(123 extern template bool EditIntegerOutput<1>(125 extern template bool EditIntegerOutput<2>(127 extern template bool EditIntegerOutput<4>(129 extern template bool EditIntegerOutput<8>(131 extern template bool EditIntegerOutput<16>(
100 bool EditIntegerOutput(IoStatementState &io, const DataEdit &edit, in EditIntegerOutput() function709 template bool EditIntegerOutput<1>(711 template bool EditIntegerOutput<2>(713 template bool EditIntegerOutput<4>(715 template bool EditIntegerOutput<8>(717 template bool EditIntegerOutput<16>(
57 if (!EditIntegerOutput<KIND>(io, *edit, x)) { in FormattedIntegerIO()