Home
last modified time | relevance | path

Searched refs:upb_value_size (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dvarint.int.h112 UPB_INLINE int upb_value_size(uint64_t val) { in upb_value_size() function
Dcompile_decoder.c299 uint32_t instruction = op | (upb_value_size(tag) << 16); in putop()
435 switch (upb_value_size(tag)) { in putchecktag()
Ddecoder.c520 size_t bytes = upb_value_size(expected); in upb_pbdecoder_checktag_slow()
/external/protobuf/php/ext/google/protobuf/
Dupb.c6094 uint32_t instruction = op | (upb_value_size(tag) << 16); in putop()
6230 switch (upb_value_size(tag)) { in putchecktag()
7252 size_t bytes = upb_value_size(expected); in upb_pbdecoder_checktag_slow()
Dupb.h6839 UPB_INLINE int upb_value_size(uint64_t val) {
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9845 uint32_t instruction = op | (upb_value_size(tag) << 16); in putop()
9981 switch (upb_value_size(tag)) { in putchecktag()
11021 size_t bytes = upb_value_size(expected); in upb_pbdecoder_checktag_slow()
Dupb.h10139 UPB_INLINE int upb_value_size(uint64_t val) {