Searched refs:GetFixedString (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/python/test/test_component/ |
H A D | py_test_component.py | 227 def GetFixedString(self, count): member in class:PythonTestComponent 228 # void GetFixedString(in PRUint32 count, [size_is(count)out string out_str);
|
H A D | py_test_component.idl | 150 void GetFixedString(in PRUint32 count, [size_is(count)]out string out_str);
|
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/ |
H A D | py_test_component.h | 760 /* 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 D | test_test_component.py | 330 test_method(c.GetFixedString, (20,), "A"*20)
|
Completed in 1503 milliseconds