Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/upb-generated/google/rpc/
Dstatus.upb.h50 UPB_INLINE int32_t google_rpc_Status_code(const google_rpc_Status *msg) { return *UPB_PTR_AT(msg, U… in google_rpc_Status_code() function
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc508 int32_t code = google_rpc_Status_code(error_detail); in MaybeLogDiscoveryRequest()