Home
last modified time | relevance | path

Searched refs:VT_POS (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/samples/
Dmonster_generated.h266 VT_POS = 4,
278 return GetStruct<const MyGame::Sample::Vec3 *>(VT_POS);
281 return GetStruct<MyGame::Sample::Vec3 *>(VT_POS);
340 VerifyField<MyGame::Sample::Vec3>(verifier, VT_POS) &&
372 fbb_.AddStruct(Monster::VT_POS, pos);
Dmonster_generated.rs255 pub const VT_POS: flatbuffers::VOffsetT = 4; constant
267 self._tab.get::<Vec3>(Monster::VT_POS, None) in pos()
347 self.fbb_.push_slot_always::<&Vec3>(Monster::VT_POS, pos); in add_pos()
/external/flatbuffers/tests/
Dmonster_test_generated.rs1113 pub const VT_POS: flatbuffers::VOffsetT = 4; constant
1164 self._tab.get::<Vec3>(Monster::VT_POS, None) in pos()
1579 self.fbb_.push_slot_always::<&Vec3>(Monster::VT_POS, pos); in add_pos()
Dmonster_test_generated.h1280 VT_POS = 4,
1330 return GetStruct<const MyGame::Example::Vec3 *>(VT_POS);
1333 return GetStruct<MyGame::Example::Vec3 *>(VT_POS);
1653 VerifyField<MyGame::Example::Vec3>(verifier, VT_POS) &&
1767 fbb_.AddStruct(Monster::VT_POS, pos);
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h1055 VT_POS = 4,
1105 return GetStruct<const MyGame::Example::Vec3 *>(VT_POS);
1108 return GetStruct<MyGame::Example::Vec3 *>(VT_POS);
1428 VerifyField<MyGame::Example::Vec3>(verifier, VT_POS) &&
1542 fbb_.AddStruct(Monster::VT_POS, pos);
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs142 builder.push_slot_always(my_game::example::Monster::VT_POS, &pos); in create_serialized_example_with_library_code()