Searched refs:UPB_BREAK (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.h3234 #define UPB_BREAK NULL macro
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. */
H A Dupb.c8875 return ok ? c : UPB_BREAK;
8884 return (encode_tag(c, hd) && commit(c)) ? c : UPB_BREAK;
9388 return UPB_BREAK;
11497 return putkey(closure, handler_data) ? closure : UPB_BREAK;
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h3930 #define UPB_BREAK NULL macro
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. */
H A Dupb.c9586 return ok ? c : UPB_BREAK;
9595 return (encode_tag(c, hd) && commit(c)) ? c : UPB_BREAK;
10062 return UPB_BREAK;
12314 return putkey(closure, handler_data) ? closure : UPB_BREAK;

Completed in 288 milliseconds