Searched refs:response_struct (Results 1 – 2 of 2) sorted by relevance
112 {% set response_struct = method.response_param_struct %}121 …}}{% if with_response %}{% if method.parameters %}, {% endif %}new {{response_struct|name}}ProxyTo…224 {% set response_struct = method.response_param_struct %}226 {{ struct_def(response_struct, True)|indent(4) }}228 …static class {{response_struct|name}}ForwardToCallback extends org.chromium.mojo.bindings.SideEffe…232 …{{response_struct|name}}ForwardToCallback({{interface|name}}.{{method|interface_response_name}} ca…247 …{{response_struct|name}} response = {{response_struct|name}}.deserialize(messageWithHeader.getPayl…257 …static class {{response_struct|name}}ProxyToResponder implements {{interface|name}}.{{method|inter…263 {{response_struct|name}}ProxyToResponder(274 {{response_struct|name}} _response = new {{response_struct|name}}();
96 grpc_health_v1_HealthCheckResponse response_struct; in Check() local97 response_struct.has_status = true; in Check()98 response_struct.status = in Check()105 &response_struct); in Check()110 &ostream, grpc_health_v1_HealthCheckResponse_fields, &response_struct); in Check()