Searched refs:pArgs (Results 1 – 2 of 2) sorted by relevance
115 va_list pArgs; in SetFormattedText() local117 va_start(pArgs, pFormat); in SetFormattedText()119 vswprintf(buffer, NN_DBG_PRINTF_BUFFER_LENGTH, pFormat, pArgs); in SetFormattedText()121 va_end(pArgs); in SetFormattedText()
237 va_list pArgs; in Printf() local239 va_start(pArgs, pFormat); in Printf()243 m_writer.VPrintf(pFormat, pArgs); in Printf()245 va_end(pArgs); in Printf()