Searched refs:VT_POS (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/samples/ |
D | monster_generated.h | 263 VT_POS = 4, 275 return GetStruct<const Vec3 *>(VT_POS); 278 return GetStruct<Vec3 *>(VT_POS); 340 VerifyField<Vec3>(verifier, VT_POS) && 371 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 | 998 pub const VT_POS: flatbuffers::VOffsetT = 4; constant 1048 self._tab.get::<Vec3>(Monster::VT_POS, None) in pos() 1457 self.fbb_.push_slot_always::<&Vec3>(Monster::VT_POS, pos); in add_pos()
|
D | monster_test_generated.h | 1219 VT_POS = 4, 1268 return GetStruct<const Vec3 *>(VT_POS); 1271 return GetStruct<Vec3 *>(VT_POS); 1594 VerifyField<Vec3>(verifier, VT_POS) && 1706 fbb_.AddStruct(Monster::VT_POS, pos);
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 134 builder.push_slot_always(my_game::example::Monster::VT_POS, &pos); in create_serialized_example_with_library_code()
|