Home
last modified time | relevance | path

Searched defs:UPB_UNLIKELY (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h102 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
105 #define UPB_UNLIKELY(x) (x) macro
Druby-upb.c101 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
104 #define UPB_UNLIKELY(x) (x) macro
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h102 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
105 #define UPB_UNLIKELY(x) (x) macro
Druby-upb.c101 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
104 #define UPB_UNLIKELY(x) (x) macro
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h100 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
103 #define UPB_UNLIKELY(x) (x) macro
Dphp-upb.c101 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
104 #define UPB_UNLIKELY(x) (x) macro
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.h100 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
103 #define UPB_UNLIKELY(x) (x) macro
Dphp-upb.c101 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
104 #define UPB_UNLIKELY(x) (x) macro