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

/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py248 def GetFixedWideString(self, count): member in class:PythonTestComponent
249 # void GetFixedWideString(in PRUint32 count, [size_is(count)out string out_str);
H A Dpy_test_component.idl167 void GetFixedWideString(in PRUint32 count, [size_is(count)]out string out_str);
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/
H A Dpy_test_component.h781 /* void GetFixedWideString (in PRUint32 count, [size_is (count)] out string out_str); */
782 NS_IMETHOD GetFixedWideString(PRUint32 count, char **out_str) = 0;
865 NS_IMETHOD GetFixedWideString(PRUint32 count, char **out_str); \
908 NS_IMETHOD GetFixedWideString(PRUint32 count, char **out_str) { return _to GetFixedWideString(count, out_str); } \
951 NS_IMETHOD GetFixedWideString(PRUint32 count, char **out_str) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFixedWideString(count, out_str); } \
1124 /* void GetFixedWideString (in PRUint32 count, [size_is (count)] out string out_str); */
1125 NS_IMETHODIMP nsPythonTestInterfaceExtra::GetFixedWideString(PRUint32 count, char **out_str)
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py339 test_method(c.GetFixedWideString, (20,), u"A"*20)

Completed in 4557 milliseconds