Home
last modified time | relevance | path

Searched refs:lua_objlen (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dupb.h16 #define lua_rawlen lua_objlen
/external/lua/src/
Dluaconf.h378 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro