Searched refs:lua_isboolean (Results 1 – 4 of 4) sorted by relevance
| /external/skqp/samplecode/ |
| D | SampleLua.cpp | 87 if (lua_isboolean(L, -1) && lua_toboolean(L, -1)) { in onQuery() 127 if (lua_isboolean(L, -1) && lua_toboolean(L, -1)) { in onFindClickHandler() 154 return lua_isboolean(L, -1) && lua_toboolean(L, -1); in onClick()
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
| D | upb.c | 137 if (!lua_isboolean(L, narg)) { in lupb_checkbool()
|
| /external/lua/src/ |
| D | loslib.c | 396 if (lua_isboolean(L, 1)) in os_exit()
|
| D | lua.h | 376 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
|