Searched refs:GetFixedWideString (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/python/test/test_component/ |
H A D | py_test_component.py | 248 def GetFixedWideString(self, count): member in class:PythonTestComponent 249 # void GetFixedWideString(in PRUint32 count, [size_is(count)out string out_str);
|
H A D | py_test_component.idl | 167 void GetFixedWideString(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 | 781 /* 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 D | test_test_component.py | 339 test_method(c.GetFixedWideString, (20,), u"A"*20)
|
Completed in 4557 milliseconds