Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/
Duseful.h182 #define GPR_ARRAY_SIZE(array) (sizeof(array) / sizeof(*(array))) macro
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/
H A Duseful.h182 #define GPR_ARRAY_SIZE(array) (sizeof(array) / sizeof(*(array))) macro