Lines Matching +defs:int32 +defs:c
3108 static bool upb_isbetween(char c, char low, char high) { in upb_isbetween()
3112 static bool upb_isletter(char c) { in upb_isletter()
3116 static bool upb_isalphanum(char c) { in upb_isalphanum()
3126 char c = str[i]; in upb_isident() local
5619 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() argument
5788 const upb_handlers *upb_handlercache_get(upb_handlercache *c, in upb_handlercache_get() argument
5853 bool upb_handlercache_addcleanup(upb_handlercache *c, void *p, in upb_handlercache_addcleanup()
6120 static void freecompiler(compiler *c) { in freecompiler()
6171 static uint32_t pcofs(compiler *c) { in pcofs()
6178 static void label(compiler *c, unsigned int label) { in label()
6202 static int32_t labelref(compiler *c, int label) { in labelref()
6220 static void put32(compiler *c, uint32_t v) { in put32()
6235 static void putop(compiler *c, int op, ...) { in putop()
6444 static void putchecktag(compiler *c, const upb_fielddef *f, in putchecktag()
6481 static void dispatchtarget(compiler *c, upb_pbdecodermethod *method, in dispatchtarget()
6499 static void putpush(compiler *c, const upb_fielddef *f) { in putpush()
6513 static upb_pbdecodermethod *find_submethod(const compiler *c, in find_submethod()
6524 static void putsel(compiler *c, opcode op, upb_selector_t sel, in putsel()
6533 static void maybeput(compiler *c, opcode op, const upb_handlers *h, in maybeput()
6557 static void generate_msgfield(compiler *c, const upb_fielddef *f, in generate_msgfield()
6618 static void generate_delimfield(compiler *c, const upb_fielddef *f, in generate_delimfield()
6657 static void generate_primitivefield(compiler *c, const upb_fielddef *f, in generate_primitivefield()
6712 static void compile_method(compiler *c, upb_pbdecodermethod *method) { in compile_method()
6778 static void find_methods(compiler *c, const upb_handlers *h) { in find_methods()
6808 static void compile_methods(compiler *c) { in compile_methods()
6841 compiler *c; in mgroup_new() local
6882 upb_pbcodecache *c = upb_gmalloc(sizeof(*c)); in upb_pbcodecache_new() local
6895 void upb_pbcodecache_free(upb_pbcodecache *c) { in upb_pbcodecache_free()
6909 void upb_pbdecodermethodopts_setlazy(upb_pbcodecache *c, bool lazy) { in upb_pbdecodermethodopts_setlazy()
6914 const upb_pbdecodermethod *upb_pbcodecache_get(upb_pbcodecache *c, in upb_pbcodecache_get()
8333 static bool startmsg(void *c, const void *hd) { in startmsg()
8342 static bool endmsg(void *c, const void *hd, upb_status *status) { in endmsg()
8352 static void *encode_startdelimfield(void *c, const void *hd) { in encode_startdelimfield()
8357 static bool encode_unknown(void *c, const void *hd, const char *buf, in encode_unknown()
8363 static bool encode_enddelimfield(void *c, const void *hd) { in encode_enddelimfield()
8368 static void *encode_startgroup(void *c, const void *hd) { in encode_startgroup()
8372 static bool encode_endgroup(void *c, const void *hd) { in encode_endgroup()
8376 static void *encode_startstr(void *c, const void *hd, size_t size_hint) { in encode_startstr()
8381 static size_t encode_strbuf(void *c, const void *hd, const char *buf, in encode_strbuf()
8674 static bool textprinter_startmsg(void *c, const void *hd) { in textprinter_startmsg()
8683 static bool textprinter_endmsg(void *c, const void *hd, upb_status *s) { in textprinter_endmsg()
8800 static void onmreg(const void *c, upb_handlers *h) { in onmreg()
9385 static bool checked_add(size_t a, size_t b, size_t *c) { in checked_add()
12249 static upb_json_parsermethod *parsermethod_new(upb_json_codecache *c, in parsermethod_new()
12344 upb_json_codecache *c; in upb_json_codecache_new() local
12356 void upb_json_codecache_free(upb_json_codecache *c) { in upb_json_codecache_free()
12361 const upb_json_parsermethod *upb_json_codecache_get(upb_json_codecache *c, in upb_json_codecache_get()
12499 UPB_INLINE bool is_json_escaped(char c) { in is_json_escaped()
12505 UPB_INLINE const char* json_nice_escape(char c) { in json_nice_escape()
12525 char c = buf[i]; in putstring() local