Home
last modified time | relevance | path

Searched refs:type_cast_bases (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dinheritance.hpp95 static void* type_cast_bases(types<>, T*, std::size_t) { in type_cast_bases() function
100 static void* type_cast_bases(types<Base, Args...>, T* data, std::size_t ti) { in type_cast_bases() function
102 …return ti != id_for<Base>::value ? type_cast_bases(types<Args...>(), data, ti) : static_cast<void*… in type_cast_bases()
107 …return static_cast<void*>(ti != id_for<T>::value ? type_cast_bases(types<Bases...>(), data, ti) : … in type_cast()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dinheritance.hpp95 static void* type_cast_bases(types<>, T*, std::size_t) { in type_cast_bases() function
100 static void* type_cast_bases(types<Base, Args...>, T* data, std::size_t ti) { in type_cast_bases() function
102 …return ti != id_for<Base>::value ? type_cast_bases(types<Args...>(), data, ti) : static_cast<void*… in type_cast_bases()
107 …return static_cast<void*>(ti != id_for<T>::value ? type_cast_bases(types<Bases...>(), data, ti) : … in type_cast()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dinheritance.hpp84 static void* type_cast_bases(types<>, T*, const std::string&) { in type_cast_bases() function
89 static void* type_cast_bases(types<Base, Args...>, T* data, const std::string& ti) { in type_cast_bases() function
91 …return ti != usertype_traits<Base>::qualified_name() ? type_cast_bases(types<Args...>(), data, ti)… in type_cast_bases()
96 …return static_cast<void*>(ti != usertype_traits<T>::qualified_name() ? type_cast_bases(types<Bases… in type_cast()
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dinheritance.hpp87 static void* type_cast_bases(types<>, T*, const string_view&) { in type_cast_bases() function
92 static void* type_cast_bases(types<Base, Args...>, T* data, const string_view& ti) { in type_cast_bases() function
94 … return ti != usertype_traits<Base>::qualified_name() ? type_cast_bases(types<Args...>(), data, ti) in type_cast_bases()
100 …return static_cast<void*>(ti != usertype_traits<T>::qualified_name() ? type_cast_bases(bases_t(), … in type_cast()
106 …return static_cast<void*>(ti != usertype_traits<T>::qualified_name() ? type_cast_bases(types<Bases… in type_cast_with()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/single/sol/
H A Dsol.hpp4847 static void* type_cast_bases(types<>, T*, std::size_t) { in type_cast_bases() function
4852 static void* type_cast_bases(types<Base, Args...>, T* data, std::size_t ti) { in type_cast_bases() function
4854 …return ti != id_for<Base>::value ? type_cast_bases(types<Args...>(), data, ti) : static_cast<void*… in type_cast_bases()
4859 …return static_cast<void*>(ti != id_for<T>::value ? type_cast_bases(types<Bases...>(), data, ti) : … in type_cast()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/single/sol/
H A Dsol.hpp4847 static void* type_cast_bases(types<>, T*, std::size_t) { in type_cast_bases() function
4852 static void* type_cast_bases(types<Base, Args...>, T* data, std::size_t ti) { in type_cast_bases() function
4854 …return ti != id_for<Base>::value ? type_cast_bases(types<Args...>(), data, ti) : static_cast<void*… in type_cast_bases()
4859 …return static_cast<void*>(ti != id_for<T>::value ? type_cast_bases(types<Bases...>(), data, ti) : … in type_cast()
/dports/devel/sol2/sol2-4.0.0-alpha/single/include/sol/
H A Dsol.hpp8959 static void* type_cast_bases(types<>, T*, const string_view&) { in type_cast_bases() function
8964 static void* type_cast_bases(types<Base, Args...>, T* data, const string_view& ti) { in type_cast_bases() function
8966 … return ti != usertype_traits<Base>::qualified_name() ? type_cast_bases(types<Args...>(), data, ti) in type_cast_bases()
8972 …return static_cast<void*>(ti != usertype_traits<T>::qualified_name() ? type_cast_bases(bases_t(), … in type_cast()
8978 …return static_cast<void*>(ti != usertype_traits<T>::qualified_name() ? type_cast_bases(types<Bases… in type_cast_with()
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/
H A Dsol.hpp6308 static void* type_cast_bases(types<>, T*, const std::string&) { in type_cast_bases() function
6313 static void* type_cast_bases(types<Base, Args...>, T* data, const std::string& ti) { in type_cast_bases() function
6315 …return ti != usertype_traits<Base>::qualified_name() ? type_cast_bases(types<Args...>(), data, ti)… in type_cast_bases()
6320 …return static_cast<void*>(ti != usertype_traits<T>::qualified_name() ? type_cast_bases(types<Bases… in type_cast()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/single/sol/
H A Dsol.hpp6249 static void* type_cast_bases(types<>, T*, const std::string&) { in type_cast_bases() function
6254 static void* type_cast_bases(types<Base, Args...>, T* data, const std::string& ti) { in type_cast_bases() function
6256 …return ti != usertype_traits<Base>::qualified_name() ? type_cast_bases(types<Args...>(), data, ti)… in type_cast_bases()
6261 …return static_cast<void*>(ti != usertype_traits<T>::qualified_name() ? type_cast_bases(types<Bases… in type_cast()