Home
last modified time | relevance | path

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

/external/flatbuffers/samples/
Dmonster_generated.h239 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);
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.rs1003 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()
Dmonster_test_generated.h1138 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/
Dintegration_test.rs133 builder.push_slot_always(my_game::example::Monster::VT_POS, &pos); in create_serialized_example_with_library_code()