Home
last modified time | relevance | path

Searched refs:String_GET_SIZE (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/
H A Domnipy_sysdep.h43 # define String_GET_SIZE(o) PyString_GET_SIZE(o) macro
71 # define String_GET_SIZE(o) PyUnicode_GET_LENGTH(o) macro
107 # define String_GET_SIZE(o) PyUnicode_GetSize(o) macro
H A DpyMarshal.cc337 if (String_GET_SIZE(a_o) != 1) { in validateTypeChar()
1078 len = String_GET_SIZE(a_o); in validateTypeSequence()
1205 len = String_GET_SIZE(a_o); in validateTypeArray()
2097 len = String_GET_SIZE(a_o); in marshalPyObjectSequence()
2167 len = String_GET_SIZE(a_o); in marshalPyObjectArray()
3434 if (String_GET_SIZE(a_o) != 1) { in copyArgumentChar()
3789 CORBA::ULong len = String_GET_SIZE(a_o); in copyArgumentString()
4266 len = String_GET_SIZE(a_o); in copyArgumentSequence()
4389 len = String_GET_SIZE(a_o); in copyArgumentArray()
H A DpyTypeCode.cc1074 if (String_GET_SIZE(mname) > 0) in r_unmarshalTypeCode()