Home
last modified time | relevance | path

Searched refs:table_start (Results 1 – 8 of 8) sorted by relevance

/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs703 int table_start = _bb.Length - table; in Required()
704 int vtable_start = table_start - _bb.GetInt(table_start); in Required()
/external/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java871 int table_start = bb.capacity() - table; in required() local
872 int vtable_start = table_start - bb.getInt(table_start); in required()
/external/flatbuffers/php/
DFlatbufferBuilder.php887 $table_start = $this->bb->capacity() - $table;
888 $vtable_start = $table_start - $this->bb->getInt($table_start);
/external/flatbuffers/js/
Dflatbuffers.js728 var table_start = this.bb.capacity() - table;
729 var vtable_start = table_start - this.bb.readInt32(table_start);
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs124 let table_start = builder.start_table(); in create_serialized_example_with_library_code() localVariable
126 builder.end_table(table_start) in create_serialized_example_with_library_code()
139 let table_start = builder.start_table(); in create_serialized_example_with_library_code() localVariable
148 let root = builder.end_table(table_start); in create_serialized_example_with_library_code()
1306 let table_start = b.start_table(); in table_of_byte_strings_fuzz() localVariable
1311 let root = b.end_table(table_start); in table_of_byte_strings_fuzz()
1342 let table_start = b.start_table(); in fuzz_table_of_strings() localVariable
1347 let root = b.end_table(table_start); in fuzz_table_of_strings()
1393 let table_start = b.start_table(); in prop() localVariable
1398 let root = b.end_table(table_start); in prop()
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.cc334 const flatbuffers::uoffset_t table_start = builder->StartTable(); in Serialize() local
393 return builder->EndTable(table_start); in Serialize()
/external/freetype/src/sfnt/
Dttsbit.c54 FT_ULong table_start; in tt_face_load_sbit() local
90 table_start = FT_STREAM_POS(); in tt_face_load_sbit()
219 face->ebdt_start = table_start; in tt_face_load_sbit()
/external/freetype/src/truetype/
Dttgxvar.c3202 FT_ULong table_start; in tt_face_vary_cvt() local
3261 table_start = FT_Stream_FTell( stream ); in tt_face_vary_cvt()
3291 offsetToData += table_start; in tt_face_vary_cvt()