Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/api/
Dhttpbody.upb.h28 typedef struct google_api_HttpBody google_api_HttpBody; typedef
37 UPB_INLINE google_api_HttpBody* google_api_HttpBody_new(upb_Arena* arena) { in google_api_HttpBody_new()
38 return (google_api_HttpBody*)_upb_Message_New(&google_api_HttpBody_msg_init, arena); in google_api_HttpBody_new()
40 UPB_INLINE google_api_HttpBody* google_api_HttpBody_parse(const char* buf, size_t size, upb_Arena* … in google_api_HttpBody_parse()
41 google_api_HttpBody* ret = google_api_HttpBody_new(arena); in google_api_HttpBody_parse()
48 UPB_INLINE google_api_HttpBody* google_api_HttpBody_parse_ex(const char* buf, size_t size, in google_api_HttpBody_parse_ex()
51 google_api_HttpBody* ret = google_api_HttpBody_new(arena); in google_api_HttpBody_parse_ex()
59 UPB_INLINE char* google_api_HttpBody_serialize(const google_api_HttpBody* msg, upb_Arena* arena, si… in google_api_HttpBody_serialize()
64 UPB_INLINE char* google_api_HttpBody_serialize_ex(const google_api_HttpBody* msg, int options, in google_api_HttpBody_serialize_ex()
70 UPB_INLINE void google_api_HttpBody_clear_content_type(google_api_HttpBody* msg) { in google_api_HttpBody_clear_content_type()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/api/
H A Dhttpbody.upb.h24 typedef struct google_api_HttpBody { upb_Message UPB_PRIVATE(base); } google_api_HttpBody; typedef
31 UPB_INLINE google_api_HttpBody* google_api_HttpBody_new(upb_Arena* arena) { in google_api_HttpBody_new()
32 return (google_api_HttpBody*)_upb_Message_New(&google__api__HttpBody_msg_init, arena); in google_api_HttpBody_new()
34 UPB_INLINE google_api_HttpBody* google_api_HttpBody_parse(const char* buf, size_t size, upb_Arena* … in google_api_HttpBody_parse()
35 google_api_HttpBody* ret = google_api_HttpBody_new(arena); in google_api_HttpBody_parse()
43 UPB_INLINE google_api_HttpBody* google_api_HttpBody_parse_ex(const char* buf, size_t size, in google_api_HttpBody_parse_ex()
46 google_api_HttpBody* ret = google_api_HttpBody_new(arena); in google_api_HttpBody_parse_ex()
54 UPB_INLINE char* google_api_HttpBody_serialize(const google_api_HttpBody* msg, upb_Arena* arena, si… in google_api_HttpBody_serialize()
59 UPB_INLINE char* google_api_HttpBody_serialize_ex(const google_api_HttpBody* msg, int options, in google_api_HttpBody_serialize_ex()
65 UPB_INLINE void google_api_HttpBody_clear_content_type(google_api_HttpBody* msg) { in google_api_HttpBody_clear_content_type()
[all …]