Home
last modified time | relevance | path

Searched refs:UPB_ASSERT (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c144 /* UPB_ASSERT(): in release mode, we use the expression without letting it be
147 #define UPB_ASSERT(expr) do {} while (false && (expr)) macro
149 #define UPB_ASSERT(expr) assert(expr) macro
545 UPB_ASSERT(key_field->offset == 0); in decode_tomap()
546 UPB_ASSERT(val_field->offset == sizeof(upb_strview)); in decode_tomap()
833 UPB_ASSERT(sizeof(double) == sizeof(uint64_t)); in upb_put_double()
840 UPB_ASSERT(sizeof(float) == sizeof(uint32_t)); in upb_put_float()
853 UPB_ASSERT(f->presence > 0); in upb_readhasbit()
1160 UPB_ASSERT(e.ptr); in upb_encode()
1188 UPB_ASSERT(elem_size_lg in tag_arrptr()
13810 #undef UPB_ASSERT global() macro
[all...]
H A Dprotobuf.h660 #define UPB_ASSERT(expr) do {} while (false && (expr)) macro
662 #define UPB_ASSERT(expr) assert(expr) macro
H A Dupb.h143 /* UPB_ASSERT(): in release mode, we use the expression without letting it be
146 #define UPB_ASSERT(expr) do {} while (false && (expr)) macro
148 #define UPB_ASSERT(expr) assert(expr) macro
298 UPB_ASSERT(alloc); in upb_malloc()
304 UPB_ASSERT(alloc); in upb_realloc()
3846 ~Handler() { UPB_ASSERT(registered_); } in ~Handler()
5171 UPB_ASSERT(!registered_); in AddCleanup()
5175 UPB_ASSERT(ok); in AddCleanup()
6380 UPB_ASSERT(bytes <= 5); in upb_vencode32()
6385 UPB_ASSERT(re in upb_vencode32()
6770 #undef UPB_ASSERT global() macro
[all...]
H A Dencode_decode.c1162 UPB_ASSERT(ok); in getsel()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c152 /* UPB_ASSERT(): in release mode, we use the expression without letting it be
155 #define UPB_ASSERT(expr) do {} while (false && (expr)) macro
157 #define UPB_ASSERT(expr) assert(expr) macro
597 UPB_ASSERT(key_field->offset == 0); in decode_tomap()
598 UPB_ASSERT(val_field->offset == sizeof(upb_strview)); in decode_tomap()
890 UPB_ASSERT(sizeof(double) == sizeof(uint64_t)); in upb_put_double()
897 UPB_ASSERT(sizeof(float) == sizeof(uint32_t)); in upb_put_float()
1203 UPB_ASSERT(e.ptr); in upb_encode()
1231 UPB_ASSERT(elem_size_lg2 <= 4); in tag_arrptr()
1500 while (1) { if (upb_tabent_isempty(--e)) return e; UPB_ASSERT( in emptyent()
8128 #undef UPB_ASSERT global() macro
[all...]
H A Dphp-upb.h151 /* UPB_ASSERT(): in release mode, we use the expression without letting it be
154 #define UPB_ASSERT(expr) do {} while (false && (expr)) macro
156 #define UPB_ASSERT(expr) assert(expr) macro
312 UPB_ASSERT(alloc); in upb_malloc()
318 UPB_ASSERT(alloc); in upb_realloc()
1040 UPB_ASSERT(f->presence > 0); in _upb_msg_hasidx()
1070 UPB_ASSERT(f->presence < 0); in _upb_oneofcase_ofs()
3874 #undef UPB_ASSERT macro

Completed in 55 milliseconds