Searched refs:lupb_DefPool_pushwrapper (Results 1 – 1 of 1) sorted by relevance
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | def.c | 48 static void lupb_DefPool_pushwrapper(lua_State* L, int narg, const void* def, 79 lupb_DefPool_pushwrapper(L, -1, def, type); in lupb_wrapper_pushwrapper() 720 void lupb_DefPool_pushwrapper(lua_State* L, int narg, const void* def, in lupb_DefPool_pushwrapper() function 809 lupb_DefPool_pushwrapper(L, 1, file_def, LUPB_FILEDEF); in lupb_DefPool_AddFile() 843 lupb_DefPool_pushwrapper(L, 1, m, LUPB_MSGDEF); in lupb_DefPool_FindMessageByName() 850 lupb_DefPool_pushwrapper(L, 1, e, LUPB_ENUMDEF); in lupb_DefPool_FindEnumByName() 858 lupb_DefPool_pushwrapper(L, 1, e, LUPB_ENUMVALDEF); in lupb_DefPool_FindEnumByNameval()
|