Lines Matching +defs:sub +defs:d
87 upb_deftype_t upb_def_type(const upb_def *d) { return d->type; } in upb_def_type()
89 const char *upb_def_fullname(const upb_def *d) { return d->fullname; } in upb_def_fullname()
91 const char *upb_def_name(const upb_def *d) { in upb_def_name()
122 const upb_filedef *upb_def_file(const upb_def *d) { return d->file; } in upb_def_file()
493 upb_def *d = upb_enumdef_upcast_mutable(e); in upb_enumdef_freeze() local
1470 upb_def *d = upb_msgdef_upcast_mutable(m); in upb_msgdef_freeze() local
2158 const upb_handlers *sub; in visithandlers() local
2496 const upb_handlers *sub) { in upb_handlers_setsubhandlers()
2608 upb_handlers *sub = upb_handlers_new(upb_fielddef_msgsubdef(f), &sub); in upb_handlers_freeze() local
2787 upb_startstr_handlerfunc *func, void *d) { in upb_byteshandler_setstartstr()
2794 upb_string_handlerfunc *func, void *d) { in upb_byteshandler_setstring()
2801 upb_endfield_handlerfunc *func, void *d) { in upb_byteshandler_setendstr()
3683 upb_shim_data *d = upb_gmalloc(sizeof(*d)); in SHIM_WRITER() local
5044 uint32_t t = 0, d = 0; in MurmurHash2() local
7665 upb_inttable *d = &method->dispatch; in dispatchtarget() local
7695 const upb_handlers *sub = in find_submethod() local
8206 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize()
8211 static size_t callstacksize(upb_pbdecoder *d, size_t entries) { in callstacksize()
8237 static void seterr(upb_pbdecoder *d, const char *msg) { in seterr()
8243 void upb_pbdecoder_seterr(upb_pbdecoder *d, const char *msg) { in upb_pbdecoder_seterr()
8255 static size_t curbufleft(const upb_pbdecoder *d) { in curbufleft()
8261 static size_t bufleft(const upb_pbdecoder *d) { in bufleft()
8266 uint64_t offset(const upb_pbdecoder *d) { in offset()
8271 size_t delim_remaining(const upb_pbdecoder *d) { in delim_remaining()
8276 static void advance(upb_pbdecoder *d, size_t len) { in advance()
8285 static bool in_residual_buf(const upb_pbdecoder *d, const char *p) { in in_residual_buf()
8291 static void set_delim_end(upb_pbdecoder *d) { in set_delim_end()
8302 static void switchtobuf(upb_pbdecoder *d, const char *buf, const char *end) { in switchtobuf()
8309 static void advancetobuf(upb_pbdecoder *d, const char *buf, size_t len) { in advancetobuf()
8315 static void checkpoint(upb_pbdecoder *d) { in checkpoint()
8329 static int32_t skip(upb_pbdecoder *d, size_t bytes) { in skip()
8353 int32_t upb_pbdecoder_resume(upb_pbdecoder *d, void *p, const char *buf, in upb_pbdecoder_resume()
8418 size_t upb_pbdecoder_suspend(upb_pbdecoder *d) { in upb_pbdecoder_suspend()
8440 static size_t suspend_save(upb_pbdecoder *d) { in suspend_save()
8473 UPB_FORCEINLINE static void consumebytes(upb_pbdecoder *d, void *buf, in consumebytes()
8483 UPB_NOINLINE static int32_t getbytes_slow(upb_pbdecoder *d, void *buf, in getbytes_slow()
8506 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes()
8517 UPB_NOINLINE static size_t peekbytes_slow(upb_pbdecoder *d, void *buf, in peekbytes_slow()
8529 UPB_FORCEINLINE static size_t peekbytes(upb_pbdecoder *d, void *buf, in peekbytes()
8544 UPB_NOINLINE int32_t upb_pbdecoder_decode_varint_slow(upb_pbdecoder *d, in upb_pbdecoder_decode_varint_slow()
8562 UPB_FORCEINLINE static int32_t decode_varint(upb_pbdecoder *d, uint64_t *u64) { in decode_varint()
8585 UPB_FORCEINLINE static int32_t decode_v32(upb_pbdecoder *d, uint32_t *u32) { in decode_v32()
8605 UPB_FORCEINLINE static int32_t decode_fixed32(upb_pbdecoder *d, uint32_t *u32) { in decode_fixed32()
8612 UPB_FORCEINLINE static int32_t decode_fixed64(upb_pbdecoder *d, uint64_t *u64) { in decode_fixed64()
8618 int32_t upb_pbdecoder_decode_f32(upb_pbdecoder *d, uint32_t *u32) { in upb_pbdecoder_decode_f32()
8622 int32_t upb_pbdecoder_decode_f64(upb_pbdecoder *d, uint64_t *u64) { in upb_pbdecoder_decode_f64()
8626 static double as_double(uint64_t n) { double d; memcpy(&d, &n, 8); return d; } in as_double() local
8630 static bool decoder_push(upb_pbdecoder *d, uint64_t end) { in decoder_push()
8649 static bool pushtagdelim(upb_pbdecoder *d, uint32_t arg) { in pushtagdelim()
8661 static void decoder_pop(upb_pbdecoder *d) { d->top--; } in decoder_pop()
8663 UPB_NOINLINE int32_t upb_pbdecoder_checktag_slow(upb_pbdecoder *d, in upb_pbdecoder_checktag_slow()
8680 int32_t upb_pbdecoder_skipunknown(upb_pbdecoder *d, int32_t fieldnum, in upb_pbdecoder_skipunknown()
8743 static void goto_endmsg(upb_pbdecoder *d) { in goto_endmsg()
8756 static int32_t dispatch(upb_pbdecoder *d) { in dispatch()
8809 upb_pbdecoder_frame *outer_frame(upb_pbdecoder *d) { in outer_frame()
8819 size_t run_decoder_vm(upb_pbdecoder *d, const mgroup *group, in run_decoder_vm()
9029 upb_pbdecoder *d = closure; in upb_pbdecoder_startbc() local
9041 upb_pbdecoder *d = closure; in upb_pbdecoder_startjit() local
9052 upb_pbdecoder *d = closure; in upb_pbdecoder_end() local
9121 void upb_pbdecoder_reset(upb_pbdecoder *d) { in upb_pbdecoder_reset()
9137 upb_pbdecoder *d = upb_env_malloc(e, sizeof(upb_pbdecoder)); in upb_pbdecoder_create() local
9167 uint64_t upb_pbdecoder_bytesparsed(const upb_pbdecoder *d) { in upb_pbdecoder_bytesparsed()
9171 const upb_pbdecodermethod *upb_pbdecoder_method(const upb_pbdecoder *d) { in upb_pbdecoder_method()
9175 upb_bytessink *upb_pbdecoder_input(upb_pbdecoder *d) { in upb_pbdecoder_input()
9179 size_t upb_pbdecoder_maxnesting(const upb_pbdecoder *d) { in upb_pbdecoder_maxnesting()
9183 bool upb_pbdecoder_setmaxnesting(upb_pbdecoder *d, size_t max) { in upb_pbdecoder_setmaxnesting()
9550 static uint64_t dbl2uint64(double d) { in dbl2uint64()
9556 static uint32_t flt2uint32(float d) { in flt2uint32()