Searched refs:_testarrayofstring (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Monster.java | 556 int _testarrayofstring = 0; in pack() local 561 _testarrayofstring = createTestarrayofstringVector(builder, __testarrayofstring); in pack() 681 addTestarrayofstring(builder, _testarrayofstring); in pack()
|
H A D | Monster.cs | 640 var _testarrayofstring = default(VectorOffset); in Pack() 644 _testarrayofstring = CreateTestarrayofstringVector(builder, __testarrayofstring); in Pack() 756 _testarrayofstring, in Pack()
|
/aosp_15_r20/external/flatbuffers/dart/test/ |
H A D | monster_test_my_game.example_generated.dart | 1643 final List<String>? _testarrayofstring; 1746 _testarrayofstring = testarrayofstring, 1798 final int? testarrayofstringOffset = _testarrayofstring == null ? null 1799 : fbBuilder.writeList(_testarrayofstring!.map(fbBuilder.writeString).toList());
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_my_game.example_generated.dart | 1812 final List<String>? _testarrayofstring; 1921 _testarrayofstring = testarrayofstring, 1976 final int? testarrayofstringOffset = _testarrayofstring == null ? null 1977 : fbBuilder.writeList(_testarrayofstring!.map(fbBuilder.writeString).toList());
|
H A D | monster_test_generated.h | 2978 …auto _testarrayofstring = _o->testarrayofstring.size() ? _fbb.CreateVectorOfStrings(_o->testarrayo… 3033 _testarrayofstring,
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/filesuffix_only/ |
H A D | monster_test_suffix.h | 2978 …auto _testarrayofstring = _o->testarrayofstring.size() ? _fbb.CreateVectorOfStrings(_o->testarrayo… 3033 _testarrayofstring,
|
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/ |
H A D | monster_test_generated.h | 3039 …auto _testarrayofstring = _o->testarrayofstring.size() ? _fbb.CreateVectorOfStrings(_o->testarrayo… 3094 _testarrayofstring,
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/ |
H A D | monster_test_generated.hpp | 2978 …auto _testarrayofstring = _o->testarrayofstring.size() ? _fbb.CreateVectorOfStrings(_o->testarrayo… 3033 _testarrayofstring,
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ |
H A D | monster_test_suffix.hpp | 2978 …auto _testarrayofstring = _o->testarrayofstring.size() ? _fbb.CreateVectorOfStrings(_o->testarrayo… 3033 _testarrayofstring,
|