Home
last modified time | relevance | path

Searched refs:_testarrayofbools (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.java579 int _testarrayofbools = 0; in pack() local
581 _testarrayofbools = createTestarrayofboolsVector(builder, _o.getTestarrayofbools()); in pack()
695 addTestarrayofbools(builder, _testarrayofbools); in pack()
H A DMonster.cs659 var _testarrayofbools = default(VectorOffset); in Pack()
662 _testarrayofbools = CreateTestarrayofboolsVector(builder, __testarrayofbools); in Pack()
770 _testarrayofbools, in Pack()
/aosp_15_r20/external/flatbuffers/dart/test/
H A Dmonster_test_my_game.example_generated.dart1657 final List<bool>? _testarrayofbools;
1760 _testarrayofbools = testarrayofbools,
1806 final int? testarrayofboolsOffset = _testarrayofbools == null ? null
1807 : fbBuilder.writeListBool(_testarrayofbools!);
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_my_game.example_generated.dart1826 final List<bool>? _testarrayofbools;
1935 _testarrayofbools = testarrayofbools,
1984 final int? testarrayofboolsOffset = _testarrayofbools == null ? null
1985 : fbBuilder.writeListBool(_testarrayofbools!);
H A Dmonster_test_generated.h2992 …auto _testarrayofbools = _o->testarrayofbools.size() ? _fbb.CreateVector(_o->testarrayofbools) : 0;
3047 _testarrayofbools,
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/filesuffix_only/
H A Dmonster_test_suffix.h2992 …auto _testarrayofbools = _o->testarrayofbools.size() ? _fbb.CreateVector(_o->testarrayofbools) : 0;
3047 _testarrayofbools,
/aosp_15_r20/external/flatbuffers/tests/cpp17/generated_cpp17/
H A Dmonster_test_generated.h3053 …auto _testarrayofbools = _o->testarrayofbools.size() ? _fbb.CreateVector(_o->testarrayofbools) : 0;
3108 _testarrayofbools,
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/
H A Dmonster_test_generated.hpp2992 …auto _testarrayofbools = _o->testarrayofbools.size() ? _fbb.CreateVector(_o->testarrayofbools) : 0;
3047 _testarrayofbools,
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/
H A Dmonster_test_suffix.hpp2992 …auto _testarrayofbools = _o->testarrayofbools.size() ? _fbb.CreateVector(_o->testarrayofbools) : 0;
3047 _testarrayofbools,