Home
last modified time | relevance | path

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 Dstatus_helper_test.cc105 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 Dstatus.upb.h34 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/
Dstatus.upb.h40 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/
Dstatus_helper.cc161 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 Dstatus_helper.cc159 google_rpc_Status_parse(buf.data() + cur, msg_size, arena.ptr()); in ParseChildren()