Searched refs:luaL_argerror (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | def.c | 236 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/ |
D | ldblib.c | 167 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()
|
D | lauxlib.h | 52 LUALIB_API int (luaL_argerror) (lua_State *L, int arg, const char *extramsg); variable 133 ((void)((cond) || luaL_argerror(L, (arg), (extramsg))))
|
D | lauxlib.c | 175 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()
|
D | lstrlib.c | 1183 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()
|
D | loslib.c | 287 luaL_argerror(L, 1, in checkoption()
|
D | liolib.c | 595 return luaL_argerror(L, n, "invalid format"); in g_read()
|