Home
last modified time | relevance | path

Searched refs:lupb_checkfloat (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dupb.h84 float lupb_checkfloat(lua_State* L, int narg);
Dupb.c234 float lupb_checkfloat(lua_State* L, int narg) { in lupb_checkfloat() function
Dmsg.c285 ret.float_val = lupb_checkfloat(L, narg); in lupb_tomsgval()