Home
last modified time | relevance | path

Searched refs:lua_isnil (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dupb.c64 assert(!lua_isnil(L, -1)); /* Should have been created by luaopen_upb. */ in lupb_newuserdata()
93 if (!lua_isnil(L, -1)) { in lupb_indexmm()
120 if (lua_isnil(L, -1)) { in lupb_register_type()
Dmsg.c137 if (lua_isnil(L, -1)) { in lupb_cacheget()
545 if (lua_isnil(L, 3)) { in lupb_map_newindex()
Ddef.c736 if (lua_isnil(L, -1)) { in lupb_symtab_pushwrapper()
/external/bcc/src/lua/src/
Dmain.c58 if (status && !lua_isnil(L, -1)) { in report()
/external/libtextclassifier/native/utils/
Dlua-utils.h413 int64 pos = lua_isnil(env->state(), /*idx=*/kIndexStackTop) in Next()
573 if (lua_isnil(state_, kIndexStackTop)) { in Next()
/external/lua/src/
Dltablib.c274 if (lua_isnil(L, 2)) /* no function? */ in sort_comp()
Dlbaselib.c353 if (lua_isnil(L, -1)) { in generic_reader()
Dlua.h375 #define lua_isnil(L,n) (lua_type(L, (n)) == LUA_TNIL) macro
Dloadlib.c670 if (!lua_isnil(L, -1)) /* non-nil return? */ in ll_require()
Dliolib.c383 if (lua_isnil(L, 1)) { /* no file name? */ in io_lines()
Dlauxlib.c648 if (lua_isnil(L, -1)) { in luaL_ref()