Home
last modified time | relevance | path

Searched defs:INTCHECK (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dupb.c183 #define INTCHECK(type, ctype, min, max) \ macro
217 INTCHECK(int64, int64_t, INT64_MIN, INT64_MAX) in INTCHECK() function