Searched refs:udpa_annotations_StatusAnnotation_msginit (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/udpa/annotations/ |
D | status.upb.h | 25 extern const upb_msglayout udpa_annotations_StatusAnnotation_msginit; 38 …turn (udpa_annotations_StatusAnnotation *)_upb_msg_new(&udpa_annotations_StatusAnnotation_msginit,… in udpa_annotations_StatusAnnotation_new() 43 …return (ret && upb_decode(buf, size, ret, &udpa_annotations_StatusAnnotation_msginit, arena)) ? re… in udpa_annotations_StatusAnnotation_parse() 48 …return (ret && _upb_decode(buf, size, ret, &udpa_annotations_StatusAnnotation_msginit, arena, opti… in udpa_annotations_StatusAnnotation_parse_ex() 52 return upb_encode(msg, &udpa_annotations_StatusAnnotation_msginit, arena, len); in udpa_annotations_StatusAnnotation_serialize()
|
D | status.upb.c | 21 const upb_msglayout udpa_annotations_StatusAnnotation_msginit = { variable
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upbdefs-generated/udpa/annotations/ |
D | status.upbdefs.c | 13 extern const upb_msglayout udpa_annotations_StatusAnnotation_msginit; 16 &udpa_annotations_StatusAnnotation_msginit,
|