Lines Matching defs:parse

300 /* Data pertaining to the parse. */
4751 "couldn't parse default '" UPB_STRVIEW_FORMAT
5083 "Failed to parse compiled-in descriptor for file '%s'. This should "
6103 /* For fields marked "lazy", parse them lazily or eagerly? */
6556 /* Generates bytecode to parse a single non-lazy message field. */
6567 * TODO(haberman): we should change this to parse it as a string field
6617 /* Generates bytecode to parse a single string or lazy submessage field. */
6656 /* Generates bytecode to parse a single primitive field. */
6939 ** parse the input.
7191 /* If we're inside an unknown group, continue to parse unknown values. */
7225 /* We hit end-of-buffer before we could parse a full value.
7436 * existing delim end prevents us from continuing to parse values from a
7573 /* We have some unknown fields (or ENDGROUP) to parse. The DISPATCH or TAG
8604 * investigate whether it can parse hex also. */
9056 size_t parse(void *closure, const void *hd, const char *buf, size_t size,
10807 * particular, integer and bool keys are quoted, so we need to parse the
11267 if (!parse(p->top->any_frame->parser, NULL,
11275 if (!parse(p->top->any_frame->parser, NULL, "{", 1, NULL)) {
11283 if (!parse(p->top->any_frame->parser, NULL, ",", 1, NULL)) {
11289 if (!parse(p->top->any_frame->parser, NULL,
11296 if (!parse(p->top->any_frame->parser, NULL, "}", 1, NULL)) {
11329 /* Deallocate any parse frame. */
11796 size_t parse(void *closure, const void *hd, const char *buf, size_t size,
12220 parse(parser, hd, &eof_ch, 0, NULL);
12259 upb_byteshandler_setstring(&m->input_handler_, parse, m);