Lines Matching +defs:G +defs:n

3010 #define lua_pushunsigned(L, n) \  argument
3049 #define lua_numbertointeger(n, p) \ argument
3055 #define lua_rawgeti(L, i, n) \ argument
3092 #define lua_getglobal(L, n) \ argument
3348 lua_Number n = lua_tonumber(L, i); in lua_tonumberx() local
3599 int n; /* number of pre-read characters */ member
3851 lua_Number n = lua_tonumber(L, index); in lua_isinteger() local
3861 lua_Number n = lua_tonumberx(L, i, &ok); in lua_tointegerx() local
3883 COMPAT53_API void lua_rotate(lua_State* L, int idx, int n) { in lua_rotate()
3912 lua_Number n = lua_str2number(s, &endptr); in lua_stringtonumber() local
8662 static const std::string& n = detail::short_demangle<T>(); in name() local
9092 inline void accumulate_and_mark(const std::string& n, std::string& aux_message, int& marker) { in accumulate_and_mark()
9872 void pop(lua_State* L_, int n = 1) const noexcept { in pop()
10193 void pop(lua_State* L_, int n = 1) const noexcept { in pop()
15967 static const std::size_t n = N - 4; in make_chunk_name() local
16388 basic_object(detail::no_safety_tag, lua_nil_t n) : base_t(n) { in basic_object()
16683 …typename stack_iterator<proxy_t, is_const>::difference_type n, const stack_iterator<proxy_t, is_co… in operator +()
20185 basic_function(lua_nil_t n) : base_t(n) { in basic_function()
20451 basic_protected_function(lua_nil_t n) : base_t(n), m_error_handler(n) { in basic_protected_function()
20622 …auto invoke(types<Ret...>, std::index_sequence<I...>, std::ptrdiff_t n, detail::protected_handler<… in invoke()
20628 …Ret invoke(types<Ret>, std::index_sequence<I>, std::ptrdiff_t n, detail::protected_handler<b, hand… in invoke()
20634 …void invoke(types<void>, std::index_sequence<I>, std::ptrdiff_t n, detail::protected_handler<b, ha… in invoke()
20639 …protected_function_result invoke(types<>, std::index_sequence<>, std::ptrdiff_t n, detail::protect… in invoke()
24467 using G = decltype(stack::get<T>(nullptr, 0)); in operator ==() typedef
24473 using G = decltype(stack::get<T>(nullptr, 0)); in operator ==() typedef
24479 using G = decltype(stack::get<T>(nullptr, 0)); in operator !=() typedef
24485 using G = decltype(stack::get<T>(nullptr, 0)); in operator !=() typedef
25149 basic_table_core(detail::no_safety_tag, lua_nil_t n) : base_t(n) { in basic_table_core()
25593 basic_metatable(detail::no_safety_tag, lua_nil_t n) : base_t(n) { in basic_metatable()
27699 auto invoke(types<Ret...>, std::index_sequence<I...>, std::ptrdiff_t n) { in invoke()
27705 Ret invoke(types<Ret>, std::index_sequence<I>, std::ptrdiff_t n) { in invoke()
27711 void invoke(types<void>, std::index_sequence<I>, std::ptrdiff_t n) { in invoke()
27715 protected_function_result invoke(types<>, std::index_sequence<>, std::ptrdiff_t n) { in invoke()
27812 basic_coroutine(lua_nil_t n) : base_t(n), m_error_handler(n) { in basic_coroutine()