Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dvarint.int.h79 #define UPB_VARINT_DECODER_CHECK2(name, decode_max8_function) \ macro
96 UPB_VARINT_DECODER_CHECK2(branch32, upb_vdecode_max8_branch32) in UPB_VARINT_DECODER_CHECK2() function
97 UPB_VARINT_DECODER_CHECK2(branch64, upb_vdecode_max8_branch64) in UPB_VARINT_DECODER_CHECK2()
98 #undef UPB_VARINT_DECODER_CHECK2 in UPB_VARINT_DECODER_CHECK2()
/external/protobuf/php/ext/google/protobuf/
Dupb.h6806 #define UPB_VARINT_DECODER_CHECK2(name, decode_max8_function) \
6823 UPB_VARINT_DECODER_CHECK2(branch32, upb_vdecode_max8_branch32)
6824 UPB_VARINT_DECODER_CHECK2(branch64, upb_vdecode_max8_branch64)
6825 #undef UPB_VARINT_DECODER_CHECK2
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h10106 #define UPB_VARINT_DECODER_CHECK2(name, decode_max8_function) \
10123 UPB_VARINT_DECODER_CHECK2(branch32, upb_vdecode_max8_branch32)
10124 UPB_VARINT_DECODER_CHECK2(branch64, upb_vdecode_max8_branch64)
10125 #undef UPB_VARINT_DECODER_CHECK2