Home
last modified time | relevance | path

Searched refs:start_with_declarations (Results 1 – 12 of 12) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/parser/
H A Dproject_reader.py68 start_with_declarations=None, argument
73 if not start_with_declarations:
74 start_with_declarations = []
75 self.__start_with_declarations = start_with_declarations
87 def start_with_declarations(self): member in file_configuration_t
273 del config.start_with_declarations[:]
274 config.start_with_declarations.extend(
275 prj_file.start_with_declarations)
346 del config.start_with_declarations[:]
347 config.start_with_declarations.extend(
[all …]
H A Dconfig.py240 start_with_declarations=None, argument
268 if not start_with_declarations:
269 start_with_declarations = []
270 self.__start_with_declarations = start_with_declarations
308 def start_with_declarations(self): member in xml_generator_configuration_t
H A Dsource_reader.py175 if self.__config.start_with_declarations:
178 ','.join(self.__config.start_with_declarations))
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/parser/
H A Dproject_reader.py68 start_with_declarations=None, argument
73 if not start_with_declarations:
74 start_with_declarations = []
75 self.__start_with_declarations = start_with_declarations
87 def start_with_declarations(self): member in file_configuration_t
273 del config.start_with_declarations[:]
274 config.start_with_declarations.extend(
275 prj_file.start_with_declarations)
346 del config.start_with_declarations[:]
347 config.start_with_declarations.extend(
[all …]
H A Dconfig.py268 start_with_declarations=None, argument
298 if not start_with_declarations:
299 start_with_declarations = []
300 self.__start_with_declarations = start_with_declarations
338 def start_with_declarations(self): member in xml_generator_configuration_t
H A Dsource_reader.py180 if self.__config.start_with_declarations:
183 ','.join(self.__config.start_with_declarations))
/dports/textproc/py-pygccxml/pygccxml-2.2.1/unittests/
H A Dstart_with_declarations_tester.py21 self.config.start_with_declarations.extend(['E11', 'ns::ns12::E13'])
43 self.header, self.config.start_with_declarations)],
51 self.header, self.config.start_with_declarations)],
H A Dtext_reader_tester.py22 start_with_declarations=None,
H A Dxmlfile_reader_tester.py33 start_with_declarations=None,
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/module_builder/
H A Dboost_python_builder.py44 , start_with_declarations=None argument
96 , start_with_declarations=start_with_declarations
/dports/textproc/py-pygccxml/pygccxml-2.2.1/docs/
H A Dfaq.rst75 the ``start_with_declarations`` attribute of the ``pygccxml.parser.config_t``
/dports/misc/ompl/ompl-1.5.2/py-bindings/
H A Dbindings_generator.py.in137 start_with_declarations=['ompl::' + name],