Home
last modified time | relevance | path

Searched refs:upb_DecodeOptions_GetMaxDepth (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/message/
Dpromote.c141 msg, field_number, upb_DecodeOptions_GetMaxDepth(encode_options)); in upb_MiniTable_GetExtensionAsBytes()
213 msg, field->number, upb_DecodeOptions_GetMaxDepth(decode_options)); in upb_MiniTable_PromoteUnknownToMessage()
260 msg, field->number, upb_DecodeOptions_GetMaxDepth(decode_options)); in upb_MiniTable_PromoteUnknownToMessageArray()
299 msg, field->number, upb_DecodeOptions_GetMaxDepth(decode_options)); in upb_MiniTable_PromoteUnknownToMap()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Ddecode.h73 UPB_INLINE uint16_t upb_DecodeOptions_GetMaxDepth(uint32_t options) { in upb_DecodeOptions_GetMaxDepth() function
79 uint32_t max_depth = upb_DecodeOptions_GetMaxDepth(decode_options); in upb_Decode_LimitDepth()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/
H A Ddecode.h102 UPB_INLINE uint16_t upb_DecodeOptions_GetMaxDepth(uint32_t options) { in upb_DecodeOptions_GetMaxDepth() function
108 uint32_t max_depth = upb_DecodeOptions_GetMaxDepth(decode_options); in upb_Decode_LimitDepth()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/
H A Dpromote.c253 upb_DecodeOptions_GetMaxDepth(decode_options)); in upb_MiniTable_PromoteUnknownToMessage()
301 upb_DecodeOptions_GetMaxDepth(decode_options)); in upb_MiniTable_PromoteUnknownToMessageArray()
342 upb_DecodeOptions_GetMaxDepth(decode_options)); in upb_MiniTable_PromoteUnknownToMap()