Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Ddef.c341 upb_DefPool* defpool = lupb_DefPool_check(L, -1); in lupb_MessageDef_pushnested()
712 upb_DefPool* lupb_DefPool_check(lua_State* L, int narg) { in lupb_DefPool_check() function
792 upb_DefPool* s = lupb_DefPool_check(L, 1); in lupb_DefPool_AddFile()
818 upb_DefPool* s = lupb_DefPool_check(L, 1); in lupb_DefPool_addset()
840 const upb_DefPool* s = lupb_DefPool_check(L, 1); in lupb_DefPool_FindMessageByName()
848 const upb_DefPool* s = lupb_DefPool_check(L, 1); in lupb_DefPool_FindEnumByName()
855 const upb_DefPool* s = lupb_DefPool_check(L, 1); in lupb_DefPool_FindEnumByNameval()
Dupb.h99 upb_DefPool* lupb_DefPool_check(lua_State* L, int narg);