Searched defs:a_ch (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/cpp/
H A Dministring.h144 * a_ch.
147 * @param a_ch The character to fill the string with.
149 RTCString(size_t a_cTimes, char a_ch) argument
154 Assert((unsigned)a_ch < 0x80);
158 memset(m_psz, a_ch, a_cTimes);

Completed in 1108 milliseconds