Searched refs:VT_POS (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/samples/ |
D | monster_generated.h | 266 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);
|
D | monster_generated.rs | 255 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/ |
D | monster_test_generated.rs | 1113 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()
|
D | monster_test_generated.h | 1280 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/ |
D | monster_test_generated.h | 1055 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/ |
D | integration_test.rs | 142 builder.push_slot_always(my_game::example::Monster::VT_POS, &pos); in create_serialized_example_with_library_code()
|