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

/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py227 def GetFixedString(self, count): member in class:PythonTestComponent
228 # void GetFixedString(in PRUint32 count, [size_is(count)out string out_str);
H A Dpy_test_component.idl150 void GetFixedString(in PRUint32 count, [size_is(count)]out string out_str);
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/
H A Dpy_test_component.h760 /* void GetFixedString (in PRUint32 count, [size_is (count)] out string out_str); */
761 NS_IMETHOD GetFixedString(PRUint32 count, char **out_str) = 0;
858 NS_IMETHOD GetFixedString(PRUint32 count, char **out_str); \
901 NS_IMETHOD GetFixedString(PRUint32 count, char **out_str) { return _to GetFixedString(count, out_str); } \
944 NS_IMETHOD GetFixedString(PRUint32 count, char **out_str) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFixedString(count, out_str); } \
1082 /* void GetFixedString (in PRUint32 count, [size_is (count)] out string out_str); */
1083 NS_IMETHODIMP nsPythonTestInterfaceExtra::GetFixedString(PRUint32 count, char **out_str)
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py330 test_method(c.GetFixedString, (20,), "A"*20)

Completed in 317 milliseconds