Home
last modified time | relevance | path

Searched defs:inheritance (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dinheritance.hpp66 struct inheritance { struct
67 typedef typename base<T>::type bases_t;
69 static bool type_check_bases(types<>, const string_view&) { in type_check_bases()
74 static bool type_check_bases(types<Base, Args...>, const string_view& ti) { in type_check_bases()
78 static bool type_check(const string_view& ti) { in type_check()
83 static bool type_check_with(const string_view& ti) { in type_check_with()
87 static void* type_cast_bases(types<>, T*, const string_view&) { in type_cast_bases()
92 static void* type_cast_bases(types<Base, Args...>, T* data, const string_view& ti) { in type_cast_bases()
98 static void* type_cast(void* voiddata, const string_view& ti) { in type_cast()
104 static void* type_cast_with(void* voiddata, const string_view& ti) { in type_cast_with()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dinheritance.hpp70 struct inheritance { struct
71 static bool type_check_bases(types<>, const std::string&) { in type_check_bases()
76 static bool type_check_bases(types<Base, Args...>, const std::string& ti) { in type_check_bases()
80 static bool type_check(const std::string& ti) { in type_check()
84 static void* type_cast_bases(types<>, T*, const std::string&) { in type_cast_bases()
89 static void* type_cast_bases(types<Base, Args...>, T* data, const std::string& ti) { in type_cast_bases()
94 static void* type_cast(void* voiddata, const std::string& ti) { in type_cast()
100 static bool type_unique_cast_bases(void*, void*, const string_view&) { in type_unique_cast_bases()
105 static bool type_unique_cast_bases(void* source_data, void* target_data, const string_view& ti) { in type_unique_cast_bases()
122 …e_cast(void* source_data, void* target_data, const string_view& ti, const string_view& rebind_ti) { in type_unique_cast()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dinheritance.hpp81 struct inheritance { struct
82 static bool type_check_bases(types<>, std::size_t) { in type_check_bases()
87 static bool type_check_bases(types<Base, Args...>, std::size_t ti) { in type_check_bases()
91 static bool type_check(std::size_t ti) { in type_check()
95 static void* type_cast_bases(types<>, T*, std::size_t) { in type_cast_bases()
100 static void* type_cast_bases(types<Base, Args...>, T* data, std::size_t ti) { in type_cast_bases()
105 static void* type_cast(void* voiddata, std::size_t ti) { in type_cast()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dinheritance.hpp81 struct inheritance { struct
82 static bool type_check_bases(types<>, std::size_t) { in type_check_bases()
87 static bool type_check_bases(types<Base, Args...>, std::size_t ti) { in type_check_bases()
91 static bool type_check(std::size_t ti) { in type_check()
95 static void* type_cast_bases(types<>, T*, std::size_t) { in type_cast_bases()
100 static void* type_cast_bases(types<Base, Args...>, T* data, std::size_t ti) { in type_cast_bases()
105 static void* type_cast(void* voiddata, std::size_t ti) { in type_cast()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/misc/
H A Dspawnvex.c83 struct inheritance struct
92 spawn(const char* path, int nmap, const int map[], const struct inheritance* inherit, char* const a… in spawn() argument
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/resources/webidl2/test/syntax/json/
H A Dexception-inheritance.json19 "inheritance": null, null
26 "inheritance": "DOMException", string
33 "inheritance": "DOMException", string
H A Dsetlike.json20 "inheritance": null, null
41 "inheritance": null, null
70 "inheritance": null, null
H A Dinterface-inherits.json24 "inheritance": null, null
49 "inheritance": "Animal", string
74 "inheritance": "Animal", string
H A Diterable.json19 "inheritance": null, null
48 "inheritance": null, null
76 "inheritance": null, null
H A Dnullable.json19 "inheritance": null, null
44 "inheritance": null, null
H A Dstringifier.json26 "inheritance": null, null
44 "inheritance": null, null
H A Dnullableobjects.json7 "inheritance": null, null
15 "inheritance": null, null
88 "inheritance": null, null
H A Ddocumentation-dos.json7 "inheritance": null, null
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/resources/webidl2/test/syntax/json/
H A Dexception-inheritance.json20 "inheritance": null, null
27 "inheritance": "DOMException", string
34 "inheritance": "DOMException", string
H A Dattributes.json20 "inheritance": null, null
27 "inheritance": null, null
53 "inheritance": null, null
H A Dexception.json25 "inheritance": null, null
32 "inheritance": null, null
H A Dinterface-inherits.json25 "inheritance": null, null
51 "inheritance": "Animal", string
77 "inheritance": "Animal", string
H A Dsetlike.json21 "inheritance": null, null
43 "inheritance": null, null
H A Dnullable.json19 "inheritance": null, null
45 "inheritance": null, null
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/variables/
H A Dhelpers.rb29 def inherit_yaml_variables(from:, to:, inheritance:) argument
35 def apply_inheritance(variables, inheritance) argument
/dports/textproc/p5-CSS-Compressor/CSS-Compressor-0.05/t/yui/
H A Dpreserve-strings.css1 /* preserving strings */
2 .sele {
3 content: "\"keep \" me";
4 something: '\\\' . . ';
5 else: 'empty{}';
6 content: "/* test */"; /* <---- this is not a comment, should be be kept */
7 }
/dports/www/miniflux/v2-2.0.35/vendor/golang.org/x/net/netutil/
H A Dhelper_windows_test.go7 func maxOpenFiles() int {
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/docs/source/api/
H A Dusertype.rst220 inheritance section in usertype<T>
269 inheritance + overloading argument
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/inheritance/
H A DAllTests.cs7 namespace inheritance namespace
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/inheritance/
H A DAllTests.cs7 namespace inheritance namespace

12345678910>>...18