Searched refs:lua_objlen (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ | ||
D | upb.h | 16 #define lua_rawlen lua_objlen |
/external/lua/src/ | ||
D | luaconf.h | 378 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro |