Searched refs:luaL_argerror (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | def.c | 237 return luaL_argerror(L, 2, msg); in lupb_OneofDef_Field() 290 return luaL_argerror(L, 2, msg); in lupb_OneofDef_lookupfield() 379 return luaL_argerror(L, 2, msg); in lupb_MessageDef_Field() 559 return luaL_argerror(L, 2, msg); in lupb_EnumDef_Value() 803 luaL_argerror(L, 2, "failed to parse descriptor"); in lupb_DefPool_AddFile() 827 luaL_argerror(L, 2, "failed to parse descriptor"); in lupb_DefPool_addset()
|
/aosp_15_r20/external/lua/src/ |
H A 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()
|
H A 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()
|
H A 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))))
|
H A 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()
|
H A D | loslib.c | 287 luaL_argerror(L, 1, in checkoption()
|
H A D | liolib.c | 595 return luaL_argerror(L, n, "invalid format"); in g_read()
|