Home
last modified time | relevance | path

Searched refs:luaL_argerror (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Ddef.c236 return luaL_argerror(L, 2, msg); in lupb_oneofdef_field()
289 return luaL_argerror(L, 2, msg); in lupb_oneofdef_lookupfield()
380 return luaL_argerror(L, 2, msg); in lupb_msgdef_field()
571 return luaL_argerror(L, 2, msg); in lupb_enumdef_value()
802 luaL_argerror(L, 2, "failed to parse descriptor"); in lupb_symtab_addfile()
826 luaL_argerror(L, 2, "failed to parse descriptor"); in lupb_symtab_addset()
/external/lua/src/
Dldblib.c167 return luaL_argerror(L, arg+2, "invalid option"); in db_getinfo()
216 return luaL_argerror(L, arg+1, "level out of range"); in db_getlocal()
241 return luaL_argerror(L, arg+1, "level out of range"); in db_setlocal()
Dlauxlib.h52 LUALIB_API int (luaL_argerror) (lua_State *L, int arg, const char *extramsg); variable
133 ((void)((cond) || luaL_argerror(L, (arg), (extramsg))))
Dlauxlib.c175 LUALIB_API int luaL_argerror (lua_State *L, int arg, const char *extramsg) { in luaL_argerror() function
203 return luaL_argerror(L, arg, msg); in luaL_typeerror()
368 return luaL_argerror(L, arg, in luaL_checkoption()
398 luaL_argerror(L, arg, "value expected"); in luaL_checkany()
436 luaL_argerror(L, arg, "number has no integer representation"); in interror()
Dlstrlib.c1183 luaL_argerror(L, arg, "value has no literal form"); in addliteral()
1243 return luaL_argerror(L, arg, "no value"); in str_format()
1496 luaL_argerror(h->L, 1, "invalid next option for option 'X'"); in getdetails()
1504 luaL_argerror(h->L, 1, "format asks for alignment not power of 2"); in getdetails()
Dloslib.c287 luaL_argerror(L, 1, in checkoption()
Dliolib.c595 return luaL_argerror(L, n, "invalid format"); in g_read()