Home
last modified time | relevance | path

Searched refs:UPB_UNREACHABLE (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c165 #define UPB_UNREACHABLE() do { assert(0); __builtin_unreachable(); } while(0) macro
167 #define UPB_UNREACHABLE() do { assert(0); } while(0) macro
578 UPB_UNREACHABLE(); in decode_toarray()
669 UPB_UNREACHABLE(); in decode_tomsg()
999 UPB_UNREACHABLE(); in upb_encode_scalarfield()
3873 UPB_UNREACHABLE(); in upb_fielddef_type()
4309 UPB_UNREACHABLE(); in upb_msgval_sizeof()
6942 UPB_UNREACHABLE(); in jsondec_value()
7176 UPB_UNREACHABLE(); in jsondec_wellknownvalue()
7386 UPB_UNREACHABLE(); in jsondec_wellknown()
8130 #undef UPB_UNREACHABLE global() macro
[all...]
H A Dphp-upb.h164 #define UPB_UNREACHABLE() do { assert(0); __builtin_unreachable(); } while(0) macro
166 #define UPB_UNREACHABLE() do { assert(0); } while(0) macro
3876 #undef UPB_UNREACHABLE macro
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c157 #define UPB_UNREACHABLE() do { assert(0); __builtin_unreachable(); } while(0) macro
159 #define UPB_UNREACHABLE() do { assert(0); } while(0) macro
526 UPB_UNREACHABLE(); in decode_toarray()
612 UPB_UNREACHABLE(); in decode_tomsg()
954 UPB_UNREACHABLE(); in upb_encode_scalarfield()
3428 UPB_UNREACHABLE(); in upb_fielddef_type()
3870 UPB_UNREACHABLE(); in upb_msgval_sizeof()
13812 #undef UPB_UNREACHABLE macro
H A Dupb.h156 #define UPB_UNREACHABLE() do { assert(0); __builtin_unreachable(); } while(0) macro
158 #define UPB_UNREACHABLE() do { assert(0); } while(0) macro
6772 #undef UPB_UNREACHABLE macro

Completed in 61 milliseconds