Searched refs:detail_ref (Results 1 – 1 of 1) sorted by relevance
142 VALUE detail_ref = rb_hash_aref(rb_error_code_details, UINT2NUM(err)); in grpc_call_error_detail_of() local144 if (detail_ref != Qnil) { in grpc_call_error_detail_of()145 detail = StringValueCStr(detail_ref); in grpc_call_error_detail_of()