Home
last modified time | relevance | path

Searched refs:detail_ref (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call.c142 VALUE detail_ref = rb_hash_aref(rb_error_code_details, UINT2NUM(err)); in grpc_call_error_detail_of() local
144 if (detail_ref != Qnil) { in grpc_call_error_detail_of()
145 detail = StringValueCStr(detail_ref); in grpc_call_error_detail_of()