Home
last modified time | relevance | path

Searched defs:UPB_UNREACHABLE (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h323 #define UPB_UNREACHABLE() do { assert(0); __builtin_unreachable(); } while(0) macro
325 #define UPB_UNREACHABLE() do { assert(0); } while(0) macro
/external/protobuf/php/ext/google/protobuf/
Dupb.h156 #define UPB_UNREACHABLE() do { assert(0); __builtin_unreachable(); } while(0) macro
158 #define UPB_UNREACHABLE() do { assert(0); } while(0) macro