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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwxchar.cpp327 bool LoadArg(wxPrintfArg *p, va_list &argptr);
330 // An helper function of LoadArg() which is used to handle the '*' flag
678 bool wxPrintfConvSpec::LoadArg(wxPrintfArg *p, va_list &argptr) function in class:wxPrintfConvSpec
895 // (see top of wxPrintfConvSpec::LoadArg)
1140 // copy to be able to pass it to LoadArg as a reference.
1149 // LoadArg == false means that wxPrintfConvSpec::Parse failed to set the
1151 ok = pspec[i] && pspec[i]->LoadArg(&argdata[i], ap);

Completed in 61 milliseconds