Home
last modified time | relevance | path

Searched refs:caller_owns_return (Results 1 – 20 of 20) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/pybindgen/typehandlers/
H A Dpyobjecttype.py45 def __init__(self, ctype, caller_owns_return, is_const=False): argument
52 self.caller_owns_return = caller_owns_return
59 if self.caller_owns_return:
64 (self.caller_owns_return and "N" or "O"),
H A Dsmart_ptr.py345 self.type_traits, caller_owns_return=True,
H A Dbase.py1215 def __init__(self, ctype, is_const=False, caller_owns_return=None, free_after_copy=None): argument
1217 self.call_owns_return = caller_owns_return
/dports/games/spring/spring_98.0/tools/unitsync/python/pybindgen/typehandlers/
H A Dpyobjecttype.py45 def __init__(self, ctype, caller_owns_return, is_const=False): argument
52 self.caller_owns_return = caller_owns_return
59 if self.caller_owns_return:
64 (self.caller_owns_return and "N" or "O"),
H A Dbase.py1184 def __init__(self, ctype, is_const=False, caller_owns_return=None): argument
1186 self.call_owns_return = caller_owns_return
/dports/devel/glibmm/glibmm-2.64.2/tools/defs_gen/
H A Ddefinitions.py87 self.caller_owns_return = True
89 self.caller_owns_return = True
91 self.caller_owns_return = False
305 self.caller_owns_return = None
330 self.caller_owns_return = arg[1] in ('t', '#t')
364 self.caller_owns_return = old.caller_owns_return
383 if self.caller_owns_return:
428 self.caller_owns_return = None
449 self.caller_owns_return = arg[1] in ('t', '#t')
499 self.caller_owns_return = old.caller_owns_return
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/libgxwmm/gxwmm/tools/
H A Ddefinitions.py87 self.caller_owns_return = True
89 self.caller_owns_return = True
91 self.caller_owns_return = False
305 self.caller_owns_return = None
330 self.caller_owns_return = arg[1] in ('t', '#t')
364 self.caller_owns_return = old.caller_owns_return
383 if self.caller_owns_return:
428 self.caller_owns_return = None
449 self.caller_owns_return = arg[1] in ('t', '#t')
499 self.caller_owns_return = old.caller_owns_return
[all …]
/dports/devel/pyl-gobject/pygobject-2.28.6/codegen/
H A Ddefinitions.py87 self.caller_owns_return = True
89 self.caller_owns_return = True
91 self.caller_owns_return = False
305 self.caller_owns_return = None
330 self.caller_owns_return = arg[1] in ('t', '#t')
364 self.caller_owns_return = old.caller_owns_return
383 if self.caller_owns_return:
428 self.caller_owns_return = None
449 self.caller_owns_return = arg[1] in ('t', '#t')
499 self.caller_owns_return = old.caller_owns_return
[all …]
H A Dcodegen.py339 function_obj.caller_owns_return, info)
968 if not constructor.caller_owns_return:
1092 if not constructor.caller_owns_return:
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/tests/
H A Dfoomodulegen.py67 ReturnValue.new('Foo*', caller_owns_return=True),
191 ReturnValue.new('PyObject*', caller_owns_return=True),
228 SomeObject.add_method('get_foo_ptr', ReturnValue.new('Foo*', caller_owns_return=True), [])
249 mod.add_function('create_new_foobar', ReturnValue.new('Foobar*', caller_owns_return=True), [])
256 ReturnValue.new('SomeObject*', caller_owns_return=True),
262 SomeObject.add_method('get_zbr', ReturnValue.new('Zbr*', caller_owns_return=True), [])
264 SomeObject.add_method('peek_zbr', ReturnValue.new('Zbr*', caller_owns_return=False), [])
325 XptoClass.add_method("GetSomeClass", retval("xpto::SomeClass*", caller_owns_return=True), [])
338 cls.add_method('GetInstance', ReturnValue.new('SingletonClass*', caller_owns_return=True),
353 cls.add_method('get_ptr', ReturnValue.new('CannotBeConstructed*', caller_owns_return=True),
[all …]
H A Dtest-generation.py86 for caller_owns_return in True, False:
87 retval = return_handler(return_type, caller_owns_return=caller_owns_return)
97 % (retval.ctype, caller_owns_return))
187 retval = return_handler(return_type, caller_owns_return=True)
/dports/games/spring/spring_98.0/tools/unitsync/python/pybindgen/
H A Dcppclass_typehandlers.py15 type_traits, caller_owns_return, argument
59 if caller_owns_return:
116 if caller_owns_return and \
148 if caller_owns_return and \
181 if caller_owns_return and \
634 self.caller_owns_return = caller_owns_return
1050 if caller_owns_return is None:
1053 caller_owns_return = False
1055 self.caller_owns_return = caller_owns_return
1063 if self.caller_owns_return is None\
[all …]
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/examples/e/
H A Dmodulegen.py17 …E.add_function_as_constructor("E::CreateWithRef", ReturnValue.new("E*", caller_owns_return=True), …
20 …function_as_constructor("E::CreateWithoutRef", ReturnValue.new("E*", caller_owns_return=False), [])
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/examples/d/
H A Dmodulegen.py17 D.add_function_as_constructor("DCreate", ReturnValue.new("D*", caller_owns_return=True), [])
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/pybindgen/
H A Dcppclass.py2721 if caller_owns_return:
2808 if caller_owns_return and \
2840 if caller_owns_return and \
2877 if caller_owns_return and \
3309 self.caller_owns_return = caller_owns_return
3733 if caller_owns_return is None:
3736 caller_owns_return = False
3738 self.caller_owns_return = caller_owns_return
3748 if self.caller_owns_return and self.free_after_copy:
3751 if self.caller_owns_return is None\
[all …]
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/doc/
H A Dtutorial.rst526 mod.add_function('DoSomethingAndReturnClass', retval('MyClass *', caller_owns_return=True), [])
535 mod.add_function('DoSomethingAndReturnClass', retval('MyClass *', caller_owns_return=False), [])
634 mod.add_function('DoSomething', retval('MyClass *', caller_owns_return=False), [])
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/
H A DChangeLog.pre-2-6792 (MethodDef.merge): Merge flags 'caller_owns_return' and
2075 guess default value for caller_owns_return.
3350 constructor argument. If constructor's caller_owns_return flag is
H A DChangeLog.pre-2-01870 caller_owns_return bit if no return value clause given.
1893 caller_owns_return as argument to write_return.
1900 caller_owns_return variable. It defaults to false if ommitted,
1903 caller_owns_return true for constructors.
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/bindings/
H A Dmodulegen__gcc_ILP32.py14903 retval('ns3::Ipv4RoutingTableEntry *', caller_owns_return=False),
21498 retval('ns3::Ipv4RoutingTableEntry *', caller_owns_return=False),
H A Dmodulegen__gcc_LP64.py14903 retval('ns3::Ipv4RoutingTableEntry *', caller_owns_return=False),
21498 retval('ns3::Ipv4RoutingTableEntry *', caller_owns_return=False),