Searched refs:msg_ceil_bytes (Results 1 – 1 of 1) sorted by relevance
916 int msg_ceil_bytes) { in TAGBYTES()919 if (UPB_LIKELY(msg_ceil_bytes > 0 && in TAGBYTES()920 _upb_arenahas(&d->arena) >= msg_ceil_bytes)) { in TAGBYTES()921 UPB_ASSERT(size <= (size_t)msg_ceil_bytes); in TAGBYTES()924 UPB_UNPOISON_MEMORY_REGION(msg_data, msg_ceil_bytes); in TAGBYTES()925 memset(msg_data, 0, msg_ceil_bytes); in TAGBYTES()926 UPB_POISON_MEMORY_REGION(msg_data + size, msg_ceil_bytes - size); in TAGBYTES()950 int msg_ceil_bytes, upb_card card) { in fastdecode_submsg() argument985 *dst = submsg.msg = decode_newmsg_ceil(d, subtablep, msg_ceil_bytes); in fastdecode_submsg()