Searched refs:root_offset (Results 1 – 3 of 3) sorted by relevance
781 int limit_offset, int_offset, root_offset; in calculate_tree() local784 root_offset = limit_offset = ((char *) root_info - outdir->buf) + in calculate_tree()793 root = (struct ext2_dx_entry *) (outdir->buf + root_offset); in calculate_tree()811 &dx_ent, &root_offset, in calculate_tree()837 &int_ent, &root_offset, in calculate_tree()
365 auto root_offset = ReadScalar<uoffset_t>(newbuf) - sizeof(uoffset_t); in AddFlatBuffer() local366 return vector_data(flatbuf) + insertion_point + root_offset; in AddFlatBuffer()
1073 auto root_offset = flatbuffers::CopyTable( in ReflectionTest() local1075 fbb.Finish(root_offset, MonsterIdentifier()); in ReflectionTest()