Searched refs:TableB (Results 1 – 9 of 9) sorted by relevance
/third_party/flatbuffers/tests/evolution_test/ |
D | evolution_v1_generated.h | 15 struct TableB; 56 TableB = 2, enumerator 58 MAX = TableB 65 Union::TableB in EnumValuesUnion() 81 if (flatbuffers::IsOutRange(e, Union::NONE, Union::TableB)) return ""; in EnumNameUnion() 94 template<> struct UnionTraits<Evolution::V1::TableB> { 95 static const Union enum_value = Union::TableB; 191 struct TableB FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 207 typedef TableB Table; 211 fbb_.AddElement<int32_t>(TableB::VT_A, a, 0); [all …]
|
D | evolution_v2_generated.h | 15 struct TableB; 65 TableB = 2, enumerator 75 Union::TableB, in EnumValuesUnion() 106 template<> struct UnionTraits<Evolution::V2::TableB> { 107 static const Union enum_value = Union::TableB; 231 struct TableB FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 247 typedef TableB Table; 251 fbb_.AddElement<int32_t>(TableB::VT_A, a, 0); 257 flatbuffers::Offset<TableB> Finish() { 259 auto o = flatbuffers::Offset<TableB>(end); [all …]
|
D | evolution_v1.fbs | 8 table TableB { 19 TableB 35 h:[TableB];
|
D | evolution_v2.fbs | 9 table TableB { 27 TableB, 44 h:[TableB];
|
/third_party/flatbuffers/tests/include_test/sub/ |
D | include_test2_generated.rs | 216 pub struct TableB<'a> { struct 220 impl<'a> flatbuffers::Follow<'a> for TableB<'a> { implementation 221 type Inner = TableB<'a>; 228 impl<'a> TableB<'a> { impl 231 TableB { _tab: table } in init_from_table() 236 args: &'args TableBArgs<'args>) -> flatbuffers::WIPOffset<TableB<'bldr>> { in create() 246 self._tab.get::<flatbuffers::ForwardsUOffset<super::super::TableA>>(TableB::VT_A, None) in a() 250 impl flatbuffers::Verifiable for TableB<'_> { implementation 280 self.fbb_.push_slot_always::<flatbuffers::WIPOffset<super::super::TableA>>(TableB::VT_A, a); in add_a() 291 pub fn finish(self) -> flatbuffers::WIPOffset<TableB<'a>> { in finish() [all …]
|
D | include_test2.fbs | 10 table TableB {
|
/third_party/flatbuffers/tests/include_test/ |
D | include_test1_generated.rs | 44 pub fn b(&self) -> Option<my_game::other_name_space::TableB<'a>> { in b() 45 …self._tab.get::<flatbuffers::ForwardsUOffset<my_game::other_name_space::TableB>>(TableA::VT_B, Non… in b() 56 ….visit_field::<flatbuffers::ForwardsUOffset<my_game::other_name_space::TableB>>(&"b", Self::VT_B, … in run_verifier() 62 pub b: Option<flatbuffers::WIPOffset<my_game::other_name_space::TableB<'a>>>, 78 pub fn add_b(&mut self, b: flatbuffers::WIPOffset<my_game::other_name_space::TableB<'b >>) { in add_b() 79 …self.fbb_.push_slot_always::<flatbuffers::WIPOffset<my_game::other_name_space::TableB>>(TableA::VT… in add_b()
|
D | include_test1.fbs | 6 b:MyGame.OtherNameSpace.TableB;
|
/third_party/flatbuffers/tests/ |
D | test.cpp | 2586 TEST_ASSERT(root_v1_viewed_from_v2->c_type() == Evolution::V2::Union::TableB); in EvolutionTest()
|