Lines Matching refs:need
1276 size_t need = in->unknown_size + len;
1277 size_t newsize = UPB_MAX(in->unknown_size * 2, need);
1464 /* For when we need to cast away const. */
1733 /* Arena-based allocs don't need to free and won't pass this. */
2429 /* We need to malloc the initial block. */
4191 /* We need to skip past any initial fields. */
4199 /* We need to skip past fields to return only oneofs. */
4520 * this code is used to directly build defs from Ruby (for example) we do need
4778 /* XXX: need to interpret the C-escaped value. */
6889 /* JSON "null" indicates a default value, so no need to set anything. */