Searched refs:handlertype (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.c | 183 #define SETTER(name, handlerctype, handlertype) \ argument 187 int32_t sel = trygetsel(h, f, handlertype); \ 188 return doset(h, sel, f, handlertype, (upb_func *)func, attr); \
|
/external/llvm/test/CodeGen/X86/ |
D | win32-eh-states.ll | 32 @llvm.eh.handlertype.H.0 = private unnamed_addr constant %eh.CatchHandlerType { i32 0, i8* bitcast …
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | win32-eh-states.ll | 32 @llvm.eh.handlertype.H.0 = private unnamed_addr constant %eh.CatchHandlerType { i32 0, i8* bitcast …
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 3459 #define SETTER(name, handlerctype, handlertype) \ argument 3463 int32_t sel = trygetsel(h, f, handlertype); \ 3464 return doset(h, sel, f, handlertype, (upb_func *)func, attr); \
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 4257 #define SETTER(name, handlerctype, handlertype) \ argument 4260 int32_t sel = trygetsel(h, f, handlertype); \ 4261 return doset(h, sel, f, handlertype, (upb_func*)func, attr); \
|