Home
last modified time | relevance | path

Searched refs:add_type_alias (Results 101 – 125 of 169) sorted by relevance

1234567

/dports/devel/boost-libs/boost_1_72_0/libs/dll/example/mangled/
H A Dsmart_lib.cpp31 …lib.add_type_alias("space::my_plugin"); //add an alias, so i can import a class that is not declar… in main()
/dports/devel/hyperscan/boost_1_75_0/libs/dll/example/mangled/
H A Dsmart_lib.cpp31 …lib.add_type_alias("space::my_plugin"); //add an alias, so i can import a class that is not declar… in main()
/dports/games/spring/spring_98.0/tools/unitsync/python/
H A Dbinding_generator.py69 typehandlers.add_type_alias( alias[0], alias[1] )
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/tests/
H A Dfoomodulegen.py320 typehandlers.add_type_alias('uint32_t', 'xpto::FlowId')
490 …typehandlers.add_type_alias('std::unordered_map< std::string, simple_struct_t >', 'SimpleStructUno…
491 …typehandlers.add_type_alias('std::unordered_map< std::string, simple_struct_t >*', 'SimpleStructUn…
492 …typehandlers.add_type_alias('std::unordered_map< std::string, simple_struct_t >&', 'SimpleStructUn…
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/bindings/
H A Dmodulegen_customizations.py135 pybindgen.typehandlers.base.param_type_matcher.add_type_alias(alias, "int")
/dports/games/spring/spring_98.0/tools/unitsync/python/pybindgen/typehandlers/
H A Dbase.py1413 def add_type_alias(self, from_type_name, to_type_name): member in TypeMatcher
1422 def add_type_alias(from_type_name, to_type_name): function
1423 return_type_matcher.add_type_alias(from_type_name, to_type_name)
1424 param_type_matcher.add_type_alias(from_type_name, to_type_name)
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/pybindgen/typehandlers/
H A Dbase.py1456 def add_type_alias(self, from_type_name, to_type_name): member in TypeMatcher
1465 def add_type_alias(from_type_name, to_type_name): function
1466 return_type_matcher.add_type_alias(from_type_name, to_type_name)
1467 param_type_matcher.add_type_alias(from_type_name, to_type_name)
/dports/devel/boost-docs/boost_1_72_0/libs/dll/test/
H A Dcpp_load_test.cpp122 sm.add_type_alias<override_class>("some_space::some_class"); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/dll/test/
H A Dcpp_load_test.cpp122 sm.add_type_alias<override_class>("some_space::some_class"); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/dll/test/
H A Dcpp_load_test.cpp122 sm.add_type_alias<override_class>("some_space::some_class"); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/dll/test/
H A Dcpp_load_test.cpp134 sm.add_type_alias<override_class>("some_space::some_class"); in main()
/dports/devel/hyperscan/boost_1_75_0/boost/dll/
H A Dsmart_library.hpp354 template<typename Alias> void add_type_alias(const std::string& name) { in add_type_alias() function in boost::dll::experimental::smart_library
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/dll/
H A Dsmart_library.hpp354 template<typename Alias> void add_type_alias(const std::string& name) { in add_type_alias() function in boost::dll::experimental::smart_library
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/dll/
H A Dsmart_library.hpp354 template<typename Alias> void add_type_alias(const std::string& name) { in add_type_alias() function in boost::dll::experimental::smart_library
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/dll/
H A Dsmart_library.hpp351 template<typename Alias> void add_type_alias(const std::string& name) { in add_type_alias() function in boost::dll::experimental::smart_library
/dports/devel/boost-libs/boost_1_72_0/boost/dll/
H A Dsmart_library.hpp359 template<typename Alias> void add_type_alias(const std::string& name) { in add_type_alias() function in boost::dll::experimental::smart_library
/dports/devel/boost-python-libs/boost_1_72_0/boost/dll/
H A Dsmart_library.hpp359 template<typename Alias> void add_type_alias(const std::string& name) { in add_type_alias() function in boost::dll::experimental::smart_library
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/dll/
H A Dsmart_library.hpp351 template<typename Alias> void add_type_alias(const std::string& name) {
/dports/devel/boost-docs/boost_1_72_0/boost/dll/
H A Dsmart_library.hpp359 template<typename Alias> void add_type_alias(const std::string& name) { in add_type_alias() function in boost::dll::experimental::smart_library
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/
H A Dcompletions.rs141 pub(crate) fn add_type_alias(&mut self, ctx: &CompletionContext, type_alias: hir::TypeAlias) { in add_type_alias() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/
H A Dcompletions.rs141 pub(crate) fn add_type_alias(&mut self, ctx: &CompletionContext, type_alias: hir::TypeAlias) { in add_type_alias() method
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-flow.h616 extern void add_type_alias (tree, tree);
H A Dtree-ssa-alias.c2238 add_type_alias (tree ptr, tree var) in add_type_alias() function
/dports/games/spring/spring_98.0/tools/unitsync/python/pybindgen/
H A Dgccxmlparser.py1333 typehandlers.base.add_type_alias(type_from_name+sym, type_to_name+sym)
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/pybindgen/
H A Dcastxmlparser.py1478 typehandlers.base.add_type_alias(type_from_name+sym, type_to_name+sym)

1234567