/external/flatbuffers/tests/MyGame/Example/ |
Monster.php | 505 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, $testarrayofsortedstruct, $flex, $test5, $vector_of_longs, $vector_of_doubles, $parent_namespace_test) 535 self::addTestarrayofstring2($builder, $testarrayofstring2); 961 public static function addTestarrayofstring2(FlatBufferBuilder $builder, $testarrayofstring2) 963 $builder->addOffsetX(28, $testarrayofstring2, 0);
|
Monster.py | 307 def Testarrayofstring2(self, j): 470 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 { 634 func MonsterAddTestarrayofstring2(builder *flatbuffers.Builder, testarrayofstring2 flatbuffers.UOffsetT) { 635 builder.PrependUOffsetTSlot(28, flatbuffers.UOffsetT(testarrayofstring2), 0)
|
Monster.java | 89 public String testarrayofstring2(int j) { int o = __offset(60); return o != 0 ? __string(__vector(o) + j * 4) : null; } method in class:Monster
|
/external/flatbuffers/tests/ |
monster_test_generated.h | 597 std::vector<std::string> testarrayofstring2; member in struct:MyGame::Example::MonsterT 846 const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *testarrayofstring2() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS 934 verifier.Verify(testarrayofstring2()) && 935 verifier.VerifyVectorOfStrings(testarrayofstring2()) && [all...] |
test.cpp | 287 auto vecofstrings2 = monster->testarrayofstring2(); 491 auto &vecofstrings2 = monster2->testarrayofstring2; 804 "testarrayofstring2: [ \"jane\", \"mary\" ], " [all...] |
monster_test_generated.js | 1294 MyGame.Example.Monster.prototype.testarrayofstring2 = function(index, optionalEncoding) { method in class:MyGame.Example.Monster [all...] |