Searched refs:google_rpc_Status_parse (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | status_helper_test.cc | 105 google_rpc_Status* msg2 = google_rpc_Status_parse(buf, len, arena.ptr()); in TEST() 118 google_rpc_Status* msg2 = google_rpc_Status_parse(buf, len, arena.ptr()); in TEST()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/rpc/ |
H A D | status.upb.h | 34 UPB_INLINE google_rpc_Status* google_rpc_Status_parse(const char* buf, size_t size, upb_Arena* aren… in google_rpc_Status_parse() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/rpc/ |
D | status.upb.h | 40 UPB_INLINE google_rpc_Status* google_rpc_Status_parse(const char* buf, size_t size, upb_Arena* aren… in google_rpc_Status_parse() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | status_helper.cc | 161 google_rpc_Status_parse(buf.data() + cur, msg_size, arena.ptr()); in ParseChildren()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/ |
H A D | status_helper.cc | 159 google_rpc_Status_parse(buf.data() + cur, msg_size, arena.ptr()); in ParseChildren()
|