Home | History | Annotate | Download | only in protobuf_c

Lines Matching defs:UPB_BREAK

3930 #define UPB_BREAK NULL
4257 * // like returning false or UPB_BREAK from any other callback. If
4277 * // pointer indicates the closure for the sequence (or UPB_BREAK
4294 * // closure for the sequence (or UPB_BREAK to interrupt processing).
5253 return F(p1, p2) ? p1 : UPB_BREAK;
5258 return F(p1, p2, p3) ? p1 : UPB_BREAK;
5319 * function that returns either the first param or UPB_BREAK. */