Searched refs:_testarrayofstring2 (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Monster.java | 583 int _testarrayofstring2 = 0; in pack() local 588 _testarrayofstring2 = createTestarrayofstring2Vector(builder, __testarrayofstring2); in pack() 699 addTestarrayofstring2(builder, _testarrayofstring2); in pack()
|
H A D | Monster.cs | 664 var _testarrayofstring2 = default(VectorOffset); in Pack() 668 _testarrayofstring2 = CreateTestarrayofstring2Vector(builder, __testarrayofstring2); in Pack() 774 _testarrayofstring2, in Pack()
|
/aosp_15_r20/external/flatbuffers/dart/test/ |
H A D | monster_test_my_game.example_generated.dart | 1661 final List<String>? _testarrayofstring2; 1764 _testarrayofstring2 = testarrayofstring2, 1808 final int? testarrayofstring2Offset = _testarrayofstring2 == null ? null 1809 : fbBuilder.writeList(_testarrayofstring2!.map(fbBuilder.writeString).toList());
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_my_game.example_generated.dart | 1830 final List<String>? _testarrayofstring2; 1939 _testarrayofstring2 = testarrayofstring2, 1986 final int? testarrayofstring2Offset = _testarrayofstring2 == null ? null 1987 : fbBuilder.writeList(_testarrayofstring2!.map(fbBuilder.writeString).toList());
|
H A D | monster_test_generated.h | 2996 …auto _testarrayofstring2 = _o->testarrayofstring2.size() ? _fbb.CreateVectorOfStrings(_o->testarra… 3051 _testarrayofstring2,
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/filesuffix_only/ |
H A D | monster_test_suffix.h | 2996 …auto _testarrayofstring2 = _o->testarrayofstring2.size() ? _fbb.CreateVectorOfStrings(_o->testarra… 3051 _testarrayofstring2,
|
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/ |
H A D | monster_test_generated.h | 3057 …auto _testarrayofstring2 = _o->testarrayofstring2.size() ? _fbb.CreateVectorOfStrings(_o->testarra… 3112 _testarrayofstring2,
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/ |
H A D | monster_test_generated.hpp | 2996 …auto _testarrayofstring2 = _o->testarrayofstring2.size() ? _fbb.CreateVectorOfStrings(_o->testarra… 3051 _testarrayofstring2,
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ |
H A D | monster_test_suffix.hpp | 2996 …auto _testarrayofstring2 = _o->testarrayofstring2.size() ? _fbb.CreateVectorOfStrings(_o->testarra… 3051 _testarrayofstring2,
|