Home
last modified time | relevance | path

Searched refs:lua_tolstring (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dlbaselib.c89 const char *s = lua_tolstring(L, 1, &l); in luaB_tonumber()
102 s = lua_tolstring(L, 1, &l); in luaB_tonumber()
361 return lua_tolstring(L, RESERVEDSLOT, size); in generic_reader()
368 const char *s = lua_tolstring(L, 1, &l); in luaB_load()
H A Dlua.c442 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
501 const char *line = lua_tolstring(L, 1, &len); /* get what it has */ in multiline()
H A Dlauxlib.c403 const char *s = lua_tolstring(L, arg, len); in luaL_checklstring()
612 const char *s = lua_tolstring(L, -1, &len); in luaL_addvalue()
895 return lua_tolstring(L, -1, len); in luaL_tolstring()
H A Dlua.h193 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len); variable
386 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL)
H A Dlstrlib.c270 const char *s = lua_tolstring(L, arg, &len); in tonum()
872 const char *news = lua_tolstring(L, 3, &l); in add_s()
1158 const char *s = lua_tolstring(L, arg, &len); in addliteral()
H A Dlapi.c381 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dupb.c177 return lua_tolstring(L, narg, len); in lupb_checkstring()
Dmsg.c954 const char* pb = lua_tolstring(L, 2, &len); in lupb_decode()
1011 const char* json = lua_tolstring(L, 2, &len); in lupb_jsondecode()
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dlua-utils.cc339 const char* data = lua_tolstring(state_, index, &length); in ReadString()