HomeSort by relevance Sort by last modified time
    Searched refs:testarrayofstring2 (Results 1 - 7 of 7) sorted by null

  /external/flatbuffers/tests/
monster_test_generated.h 481 std::vector<std::string> testarrayofstring2; member in struct:MyGame::Example::MonsterT
708 const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *testarrayofstring2() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
756 verifier.Verify(testarrayofstring2()) &&
757 verifier.VerifyVectorOfStrings(testarrayofstring2()) &&
849 void add_testarrayofstring2(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>>> testarrayofstring2) {
850 fbb_.AddOffset(Monster::VT_TESTARRAYOFSTRING2, testarrayofstring2);
894 flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>>> testarrayofstring2 = 0) {
900 builder_.add_testarrayofstring2(testarrayofstring2);
    [all...]
test.cpp 232 auto vecofstrings2 = monster->testarrayofstring2();
387 auto &vecofstrings2 = monster2->testarrayofstring2;
    [all...]
monster_test_generated.js 1160 MyGame.Example.Monster.prototype.testarrayofstring2 = function(index, optionalEncoding) { method in class:MyGame.Example.Monster
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Monster.php 395 public static function createMonster(FlatBufferBuilder $builder, $pos, $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fnv1, $testhashu32_fnv1, $testhashs64_fnv1, $testhashu64_fnv1, $testhashs32_fnv1a, $testhashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2)
425 self::addTestarrayofstring2($builder, $testarrayofstring2);
845 public static function addTestarrayofstring2(FlatBufferBuilder $builder, $testarrayofstring2)
847 $builder->addOffsetX(28, $testarrayofstring2, 0);
Monster.py 286 def Testarrayofstring2(self, j):
334 def MonsterAddTestarrayofstring2(builder, testarrayofstring2): builder.PrependUOffsetTRelativeSlot(28, flatbuffers.number_types.UOffsetTFlags.py_type(testarrayofstring2), 0)
Monster.go 405 func (rcv *Monster) Testarrayofstring2(j int) []byte {
524 func MonsterAddTestarrayofstring2(builder *flatbuffers.Builder, testarrayofstring2 flatbuffers.UOffsetT) {
525 builder.PrependUOffsetTSlot(28, flatbuffers.UOffsetT(testarrayofstring2), 0)
Monster.java 88 public String testarrayofstring2(int j) { int o = __offset(60); return o != 0 ? __string(__vector(o) + j * 4) : null; } method in class:Monster

Completed in 47 milliseconds