Searched refs:VT_POS (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/samples/ |
D | monster_generated.h | 239 VT_POS = 4, 250 return GetStruct<const Vec3 *>(VT_POS); 253 return GetStruct<Vec3 *>(VT_POS); 309 VerifyField<Vec3>(verifier, VT_POS) && 338 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 | 1003 pub const VT_POS: flatbuffers::VOffsetT = 4; constant 1053 self._tab.get::<Vec3>(Monster::VT_POS, None) in pos() 1462 self.fbb_.push_slot_always::<&Vec3>(Monster::VT_POS, pos); in add_pos()
|
D | monster_test_generated.h | 1138 VT_POS = 4, 1187 return GetStruct<const Vec3 *>(VT_POS); 1190 return GetStruct<Vec3 *>(VT_POS); 1513 VerifyField<Vec3>(verifier, VT_POS) && 1625 fbb_.AddStruct(Monster::VT_POS, pos);
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 133 builder.push_slot_always(my_game::example::Monster::VT_POS, &pos); in create_serialized_example_with_library_code()
|