Searched defs:ofs (Results 1 – 10 of 10) sorted by relevance
51 #define DEREF(msg, ofs, type) *(type*)(((uint8_t *)msg) + ofs) argument54 static const void* newhandlerdata(upb_handlers* h, uint32_t ofs) { in newhandlerdata()62 size_t ofs; member67 static const void *newsubmsghandlerdata(upb_handlers* h, uint32_t ofs, in newsubmsghandlerdata()77 size_t ofs; // union data slot member84 uint32_t ofs, in newoneofhandlerdata()110 const size_t *ofs = hd; in startseq_handler() local158 const size_t *ofs = hd; in str_handler() local170 const size_t *ofs = hd; in bytes_handler() local187 const size_t *ofs = hd; in stringdata_end_handler() local[all …]
7343 static void setofs(uint32_t *instruction, int32_t ofs) { in setofs()7365 int ofs = getofs(*codep); in label() local7402 int ofs = pcofs(c); in put32() local7650 uint64_t ofs; in repack() local7663 uint64_t ofs = pcofs(c) - method->code_base.ofs; in dispatchtarget() local
9 int ofs = 0; in readFromStdin() local
12 int ofs = 0; in readFromStdin() local
65 size_t ofs = 0; in CheckedRead() local
204 size_t ofs = 0; in TryRead() local
276 std::ofstream ofs; in writeToFile() local
72 std::ofstream ofs(filename, std::ios::binary); in writeBytes() local
6670 static void setofs(uint32_t *instruction, int32_t ofs) { in setofs()6692 int ofs = getofs(*codep); in label() local6729 int ofs = pcofs(c); in put32() local6976 uint64_t ofs; in repack() local6989 uint64_t ofs = pcofs(c) - method->code_base.ofs; in dispatchtarget() local
3989 size_t ofs) { in upb_bufhandle_setbuf()