Searched refs:_testarrayoftables (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Monster.java | 563 int _testarrayoftables = 0; in pack() local 568 _testarrayoftables = createTestarrayoftablesVector(builder, __testarrayoftables); in pack() 682 addTestarrayoftables(builder, _testarrayoftables); in pack()
|
H A D | Monster.cs | 646 var _testarrayoftables = default(VectorOffset); in Pack() 650 _testarrayoftables = CreateTestarrayoftablesVector(builder, __testarrayoftables); in Pack() 757 _testarrayoftables, in Pack()
|
/aosp_15_r20/external/flatbuffers/dart/test/ |
H A D | monster_test_my_game.example_generated.dart | 1644 final List<MonsterObjectBuilder>? _testarrayoftables; 1747 _testarrayoftables = testarrayoftables, 1800 final int? testarrayoftablesOffset = _testarrayoftables == null ? null 1801 … : fbBuilder.writeList(_testarrayoftables!.map((b) => b.getOrCreateOffset(fbBuilder)).toList());
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_my_game.example_generated.dart | 1813 final List<MonsterObjectBuilder>? _testarrayoftables; 1922 _testarrayoftables = testarrayoftables, 1978 final int? testarrayoftablesOffset = _testarrayoftables == null ? null 1979 … : fbBuilder.writeList(_testarrayoftables!.map((b) => b.getOrCreateOffset(fbBuilder)).toList());
|
H A D | monster_test_generated.h | 2979 …auto _testarrayoftables = _o->testarrayoftables.size() ? _fbb.CreateVector<flatbuffers::Offset<MyG… 3034 _testarrayoftables,
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/filesuffix_only/ |
H A D | monster_test_suffix.h | 2979 …auto _testarrayoftables = _o->testarrayoftables.size() ? _fbb.CreateVector<flatbuffers::Offset<MyG… 3034 _testarrayoftables,
|
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/ |
H A D | monster_test_generated.h | 3040 …auto _testarrayoftables = _o->testarrayoftables.size() ? _fbb.CreateVector<flatbuffers::Offset<MyG… 3095 _testarrayoftables,
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/ |
H A D | monster_test_generated.hpp | 2979 …auto _testarrayoftables = _o->testarrayoftables.size() ? _fbb.CreateVector<flatbuffers::Offset<MyG… 3034 _testarrayoftables,
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ |
H A D | monster_test_suffix.hpp | 2979 …auto _testarrayoftables = _o->testarrayoftables.size() ? _fbb.CreateVector<flatbuffers::Offset<MyG… 3034 _testarrayoftables,
|