Home
last modified time | relevance | path

Searched refs:casting_operator (Results 1 – 5 of 5) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/declarations/
H A Dscopedef.py906 def casting_operator( member in scopedef_t
919 self._impl_matchers[scopedef_t.casting_operator],
923 scopedef_t.casting_operator],
945 self._impl_matchers[scopedef_t.casting_operator],
949 scopedef_t.casting_operator],
H A D__init__.py329 __impl_matchers[scopedef.scopedef_t.casting_operator] = calldef_matcher_t
330 __impl_decl_types[scopedef.scopedef_t.casting_operator] = casting_operator_t
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/declarations/
H A Dscopedef.py904 def casting_operator( member in scopedef_t
917 self._impl_matchers[scopedef_t.casting_operator],
921 scopedef_t.casting_operator],
943 self._impl_matchers[scopedef_t.casting_operator],
947 scopedef_t.casting_operator],
H A D__init__.py329 __impl_matchers[scopedef.scopedef_t.casting_operator] = calldef_matcher_t
330 __impl_decl_types[scopedef.scopedef_t.casting_operator] = casting_operator_t
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/module_builder/
H A Dmodule_builder.py222 …def casting_operator( self, name=None, function=None, return_type=None, arg_types=None, header_dir… member in module_builder_t
224 return self.global_ns.casting_operator( name=name