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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2958 wxVCardObject *vcObj = vcard.GetFirstProp(&cookie); local
2959 while ( vcObj )
2963 vcObj->GetName().c_str());
2966 switch ( vcObj->GetType() )
2972 vcObj->GetValue(&val);
2980 vcObj->GetValue(&i);
2988 vcObj->GetValue(&l);
3008 DumpVObject(level + 1, *vcObj);
3010 delete vcObj;
3011 vcObj
3131 wxVCardObject *vcObj = vcard.GetProperty("FN"); local
[all...]

Completed in 53 milliseconds