Home | History | Annotate | Download | only in protobuf

Lines Matching defs:UPB_BREAK

3234 #define UPB_BREAK NULL
3561 * // like returning false or UPB_BREAK from any other callback. If
3581 * // pointer indicates the closure for the sequence (or UPB_BREAK
3598 * // closure for the sequence (or UPB_BREAK to interrupt processing).
4557 return F(p1, p2) ? p1 : UPB_BREAK;
4562 return F(p1, p2, p3) ? p1 : UPB_BREAK;
4623 * function that returns either the first param or UPB_BREAK. */