Home
last modified time | relevance | path

Searched refs:UPB_ASSERT_DEBUGVAR (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c154 #define UPB_ASSERT_DEBUGVAR(expr) assert(expr) macro
7931 UPB_ASSERT_DEBUGVAR(upb_arena_bytesallocated(a) - size_before <= in upb_pbdecoder_create()
8545 UPB_ASSERT_DEBUGVAR(upb_arena_bytesallocated(arena) - size_before <= in upb_pb_encoder_create()
12328 UPB_ASSERT_DEBUGVAR(upb_arena_bytesallocated(arena) - size_before <= in upb_json_parser_create()
13777 UPB_ASSERT_DEBUGVAR(upb_arena_bytesallocated(a) - size_before <= in upb_json_printer_create()
13811 #undef UPB_ASSERT_DEBUGVAR
Dupb.h153 #define UPB_ASSERT_DEBUGVAR(expr) assert(expr) macro
6771 #undef UPB_ASSERT_DEBUGVAR
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h161 #define UPB_ASSERT_DEBUGVAR(expr) assert(expr) macro
3875 #undef UPB_ASSERT_DEBUGVAR
Dphp-upb.c162 #define UPB_ASSERT_DEBUGVAR(expr) assert(expr) macro
8129 #undef UPB_ASSERT_DEBUGVAR