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/
H A Dupb.c152 /* UPB_ASSERT_DEBUGVAR(): assert that uses functions or variables that only
154 #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 macro
H A Dupb.h151 /* UPB_ASSERT_DEBUGVAR(): assert that uses functions or variables that only
153 #define UPB_ASSERT_DEBUGVAR(expr) assert(expr) macro
6771 #undef UPB_ASSERT_DEBUGVAR macro
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h159 /* UPB_ASSERT_DEBUGVAR(): assert that uses functions or variables that only
161 #define UPB_ASSERT_DEBUGVAR(expr) assert(expr) macro
3875 #undef UPB_ASSERT_DEBUGVAR macro
H A Dphp-upb.c160 /* UPB_ASSERT_DEBUGVAR(): assert that uses functions or variables that only
162 #define UPB_ASSERT_DEBUGVAR(expr) assert(expr) macro
8129 #undef UPB_ASSERT_DEBUGVAR macro

Completed in 60 milliseconds