Lines Matching refs:code
49 /* UPB_INLINE: inline if possible, emit standalone code if required. */
1437 /* Base table (shared code) ***************************************************/
2071 * Note - This code makes a few assumptions about how your machine behaves -
4057 * this code is used to directly build defs from Ruby (for example) we do need
6548 /* bytecode compiler code generation ******************************************/
6564 /* Don't emit any code for this field at all; it will be parsed as an
7265 * available in the current buffer or not. Returns a status code as described
7288 * current buffer or not. Returns a status code as described in decoder.int.h.
7327 * Returns a status code as described in decoder.int.h. */
7345 * Returns a status code as described in decoder.int.h. */
7368 * Returns a status code as described in decoder.int.h. */
7387 * Returns a status code as described in decoder.int.h.
7394 * Returns a status code as described in decoder.int.h.
7520 /* TODO: More code needed for handling unknown groups. */
7609 #define VMCASE(op, code) \
7610 case op: { code; if (consumes_input(op)) checkpoint(d); break; }
8415 /* code to build the handlers *************************************************/
8627 * interpreted as part of the character code by C. */
9821 * we have to wait for the next escape to get the full code point). */
11800 /* Variables used by Ragel's generated code. */
12530 /* If we don't have a specific 'nice' escape code, use a \uXXXX-style
12548 /* Then print the escape code. */
13452 * requires further processing by the wrapper code based on the type URL.