Home
last modified time | relevance | path

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

/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dobject.hpp47 basic_object(detail::no_safety_tag, lua_nil_t n) : base_t(n) { in basic_object() argument
49 basic_object(detail::no_safety_tag, lua_State* L_, int index_) : base_t(L_, index_) { in basic_object() argument
51 basic_object(detail::no_safety_tag, lua_State* L_, ref_index index_) : base_t(L_, index_) { in basic_object() argument
56 basic_object(detail::no_safety_tag, T&& r) noexcept : base_t(std::forward<T>(r)) { in basic_object() argument
60 …basic_object(detail::no_safety_tag, lua_State* L_, T&& r) noexcept : base_t(L_, std::forward<T>(r)… in basic_object() argument
H A Dmetatable.hpp39 basic_metatable(detail::no_safety_tag, lua_nil_t n) : base_t(n) { in basic_metatable() argument
41 basic_metatable(detail::no_safety_tag, lua_State* L, int index) : base_t(L, index) { in basic_metatable() argument
43 basic_metatable(detail::no_safety_tag, lua_State* L, ref_index index) : base_t(L, index) { in basic_metatable() argument
48 basic_metatable(detail::no_safety_tag, T&& r) noexcept : base_t(std::forward<T>(r)) { in basic_metatable() argument
51 …basic_metatable(detail::no_safety_tag, lua_State* L, T&& r) noexcept : base_t(L, std::forward<T>(r… in basic_metatable() argument
H A Dtable_core.hpp298 basic_table_core(detail::no_safety_tag, lua_nil_t n) : base_t(n) { in basic_table_core() argument
300 basic_table_core(detail::no_safety_tag, lua_State* L, int index) : base_t(L, index) { in basic_table_core() argument
302 basic_table_core(detail::no_safety_tag, lua_State* L, ref_index index) : base_t(L, index) { in basic_table_core() argument
307 basic_table_core(detail::no_safety_tag, T&& r) noexcept : base_t(std::forward<T>(r)) { in basic_table_core() argument
310 …basic_table_core(detail::no_safety_tag, lua_State* L, T&& r) noexcept : base_t(L, std::forward<T>(… in basic_table_core() argument
H A Dreference.hpp241 struct no_safety_tag { struct
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dtable_core.hpp183 basic_table_core(detail::no_safety_tag, lua_nil_t n) in basic_table_core() argument
186 basic_table_core(detail::no_safety_tag, lua_State* L, int index) in basic_table_core() argument
189 basic_table_core(detail::no_safety_tag, lua_State* L, ref_index index) in basic_table_core() argument
193 basic_table_core(detail::no_safety_tag, T&& r) noexcept in basic_table_core() argument
197 basic_table_core(detail::no_safety_tag, lua_State*L, T&& r) noexcept in basic_table_core() argument
H A Dreference.hpp162 struct no_safety_tag { struct
/dports/devel/sol2/sol2-4.0.0-alpha/single/include/sol/
H A Dsol.hpp9720 struct no_safety_tag { struct
16388 basic_object(detail::no_safety_tag, lua_nil_t n) : base_t(n) { in basic_object() argument
16390 basic_object(detail::no_safety_tag, lua_State* L_, int index_) : base_t(L_, index_) { in basic_object() argument
16397 basic_object(detail::no_safety_tag, T&& r) noexcept : base_t(std::forward<T>(r)) { in basic_object() argument
25149 basic_table_core(detail::no_safety_tag, lua_nil_t n) : base_t(n) { in basic_table_core() argument
25151 basic_table_core(detail::no_safety_tag, lua_State* L, int index) : base_t(L, index) { in basic_table_core() argument
25158 basic_table_core(detail::no_safety_tag, T&& r) noexcept : base_t(std::forward<T>(r)) { in basic_table_core() argument
25593 basic_metatable(detail::no_safety_tag, lua_nil_t n) : base_t(n) { in basic_metatable() argument
25595 basic_metatable(detail::no_safety_tag, lua_State* L, int index) : base_t(L, index) { in basic_metatable() argument
25597 basic_metatable(detail::no_safety_tag, lua_State* L, ref_index index) : base_t(L, index) { in basic_metatable() argument
[all …]
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/
H A Dsol.hpp6764 struct no_safety_tag { struct
20305 basic_table_core(detail::no_safety_tag, lua_nil_t n) in basic_table_core() argument
20308 basic_table_core(detail::no_safety_tag, lua_State* L, int index) in basic_table_core() argument
20311 basic_table_core(detail::no_safety_tag, lua_State* L, ref_index index) in basic_table_core() argument
20315 basic_table_core(detail::no_safety_tag, T&& r) noexcept in basic_table_core() argument
20319 basic_table_core(detail::no_safety_tag, lua_State*L, T&& r) noexcept in basic_table_core() argument
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/single/sol/
H A Dsol.hpp6699 struct no_safety_tag { struct
20133 basic_table_core(detail::no_safety_tag, lua_nil_t n) in basic_table_core() argument
20136 basic_table_core(detail::no_safety_tag, lua_State* L, int index) in basic_table_core() argument
20139 basic_table_core(detail::no_safety_tag, lua_State* L, ref_index index) in basic_table_core() argument
20143 basic_table_core(detail::no_safety_tag, T&& r) noexcept in basic_table_core() argument
20147 basic_table_core(detail::no_safety_tag, lua_State*L, T&& r) noexcept in basic_table_core() argument