Searched refs:UPB_ASSERT_VAR (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 539 UPB_ASSERT_VAR(ok, ok); in upb_enumdef_addval() 908 UPB_ASSERT_VAR(ok, ok); in upb_fielddef_defaultint32() 1445 UPB_ASSERT_VAR(ok, ok); in upb_msgdef_dup() 1774 UPB_ASSERT_VAR(ok, ok); in upb_oneofdef_dup() 2443 UPB_ASSERT_VAR(ok, ok); in upb_handlers_newfrozen() 2537 UPB_ASSERT_VAR(ok, ok); in upb_handlers_addcleanup() 2982 UPB_ASSERT_VAR(found, found); in untrack() 3006 UPB_ASSERT_VAR(found, found); in checkref() 3185 UPB_ASSERT_VAR(found, found); in getattr() 3265 UPB_ASSERT_VAR(found, found); in group() [all …]
|
D | encode_decode.c | 855 UPB_ASSERT_VAR(ok, ok); in getsel()
|
D | upb.h | 269 #define UPB_ASSERT_VAR(var, predicate) UPB_UNUSED(var); assert(predicate) macro 4472 UPB_ASSERT_VAR(ok, ok);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 462 UPB_ASSERT_VAR(ok, ok); in upb_enumdef_addval() 777 UPB_ASSERT_VAR(ok, ok); in upb_fielddef_defaultint32() 1293 UPB_ASSERT_VAR(ok, ok); in upb_msgdef_dup() 1559 UPB_ASSERT_VAR(ok, ok); in upb_oneofdef_dup() 2290 UPB_ASSERT_VAR(ok, ok); in upb_handlers_newfrozen() 2384 UPB_ASSERT_VAR(ok, ok); in upb_handlers_addcleanup() 2808 UPB_ASSERT_VAR(found, found); in untrack() 2832 UPB_ASSERT_VAR(found, found); in checkref() 3026 UPB_ASSERT_VAR(found, found); in getattr() 3106 UPB_ASSERT_VAR(found, found); in group() [all …]
|
D | upb.h | 250 #define UPB_ASSERT_VAR(var, predicate) UPB_UNUSED(var); assert(predicate) macro 3776 UPB_ASSERT_VAR(ok, ok); in AddCleanup()
|