Home
last modified time | relevance | path

Searched refs: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
532 if (UPB_UNLIKELY(field->descriptortype == UPB_DTYPE_GROUP)) { in decode_toarray()
646 if (UPB_UNLIKELY(type == UPB_DTYPE_GROUP)) { in decode_tomsg()
2457 if (UPB_UNLIKELY(n < sizeof(upb_arena))) { in upb_arena_init()
H A Dphp-upb.h66 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
69 #define UPB_UNLIKELY(x) (x) macro
392 if (UPB_UNLIKELY((size_t)(h->end - h->ptr) < size)) { in upb_arena_malloc()
/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
480 if (UPB_UNLIKELY(field->descriptortype == UPB_DTYPE_GROUP)) { in decode_toarray()
592 if (UPB_UNLIKELY(type == UPB_DTYPE_GROUP)) { in decode_tomsg()
H A Dupb.h60 #define UPB_UNLIKELY(x) __builtin_expect((x),0) macro
63 #define UPB_UNLIKELY(x) (x) macro

Completed in 60 milliseconds