Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_server.c194 static VALUE grpc_rb_server_request_call_try(VALUE value_args) { in grpc_rb_server_request_call_try()
237 static VALUE grpc_rb_server_request_call_ensure(VALUE value_args) { in grpc_rb_server_request_call_ensure()
H A Drb_call.c811 static VALUE grpc_rb_call_run_batch_try(VALUE value_args) { in grpc_rb_call_run_batch_try()
842 static VALUE grpc_rb_call_run_batch_ensure(VALUE value_args) { in grpc_rb_call_run_batch_ensure()
/aosp_15_r20/trusty/user/base/lib/stats/
Dstats.cpp38 #define PARCEL_SET(value_type, value_args...) \ argument
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Donce_sender.h48 explicit OnceReceiver(Args&&... value_args) in OnceReceiver()