Home
last modified time | relevance | path

Searched refs:_upb_isrepeated (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dencode.c435 if (_upb_isrepeated(f)) { in encode_message()
Dmsg.h196 UPB_INLINE bool _upb_isrepeated(const upb_msglayout_field *field) { in _upb_isrepeated() function
Ddecode.c584 if (_upb_isrepeated(field)) ndx += 18; in decode_msg()