Home
last modified time | relevance | path

Searched defs:UPB_UNLIKELY (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c67 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
70 #define UPB_UNLIKELY(x) (x) macro
H A Dphp-upb.h66 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
69 #define UPB_UNLIKELY(x) (x) macro
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c61 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
64 #define UPB_UNLIKELY(x) (x) macro
H A Dupb.h60 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
63 #define UPB_UNLIKELY(x) (x) macro

Completed in 63 milliseconds