Searched refs:table_start (Results 1 – 12 of 12) sorted by relevance
459 const table_start = this.bb.capacity() - table; constant460 const vtable_start = table_start - this.bb.readInt32(table_start);
56 int table_start(struct sqlhist_bison *sb);
82 select : SELECT { table_start(sb); }
1338 { table_start(sb); } in yyparse()
503 __hidden int table_start(struct sqlhist_bison *sb) in table_start() function
883 int table_start = _bb.Length - table; in Required()884 int vtable_start = table_start - _bb.GetInt(table_start); in Required()
887 $table_start = $this->bb->capacity() - $table;888 $vtable_start = $table_start - $this->bb->getInt($table_start);
935 int table_start = bb.capacity() - table; in required() local936 int vtable_start = table_start - bb.getInt(table_start); in required()
246 let table_start = builder.start_table(); in create_serialized_example_with_library_code() localVariable248 builder.end_table(table_start) in create_serialized_example_with_library_code()261 let table_start = builder.start_table(); in create_serialized_example_with_library_code() localVariable270 let root = builder.end_table(table_start); in create_serialized_example_with_library_code()1569 let table_start = b.start_table(); in table_of_byte_strings_fuzz() localVariable1574 let root = b.end_table(table_start); in table_of_byte_strings_fuzz()1606 let table_start = b.start_table(); in fuzz_table_of_strings() localVariable1611 let root = b.end_table(table_start); in fuzz_table_of_strings()1662 let table_start = b.start_table(); in prop() localVariable1667 let root = b.end_table(table_start); in prop()
54 FT_ULong table_start; in tt_face_load_sbit() local90 table_start = FT_STREAM_POS(); in tt_face_load_sbit()214 face->ebdt_start = table_start; in tt_face_load_sbit()
334 const flatbuffers::uoffset_t table_start = builder->StartTable(); in Serialize() local393 return builder->EndTable(table_start); in Serialize()
3446 FT_ULong table_start; in tt_face_vary_cvt() local3505 table_start = FT_Stream_FTell( stream ); in tt_face_vary_cvt()3535 offsetToData += table_start; in tt_face_vary_cvt()