/external/flatbuffers/tests/MyGame/Example/ |
Monster.php | 682 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, $vector_of_referrables, $single_weak_reference, $vector_of_weak_references, $vector_of_strong_referrables, $co_owning_reference, $vector_of_co_owning_references, $non_owning_reference, $vector_of_non_owning_references, $any_unique_type, $any_unique, $any_ambiguous_type, $any_ambiguous, $vector_of_enums) 698 self::addTestempty($builder, $testempty); 987 public static function addTestempty(FlatBufferBuilder $builder, $testempty) 989 $builder->addOffsetX(14, $testempty, 0); [all...] |
Monster.java | 63 public Stat testempty() { return testempty(new Stat()); } method in class:Monster 64 public Stat testempty(Stat obj) { int o = __offset(32); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb) : null; } method in class:Monster
|
Monster.go | 233 func (rcv *Monster) Testempty(obj *Stat) *Stat { 777 func MonsterAddTestempty(builder *flatbuffers.Builder, testempty flatbuffers.UOffsetT) { 778 builder.PrependUOffsetTSlot(14, flatbuffers.UOffsetT(testempty), 0)
|
Monster.lua | 167 function Monster_mt:Testempty() 544 function Monster.AddTestempty(builder, testempty) builder:PrependUOffsetTRelativeSlot(14, testempty, 0) end
|
Monster.py | 190 def Testempty(self): 638 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.number_types.UOffsetTFlags.py_type(testempty), 0)
|
/external/icu/icu4c/source/test/testdata/ |
testdata.mak | 33 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\encoded.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test2.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" "$(TESTDATABLD)\testnorm.nrm" "$(TESTDATABLD)\zoneinfo64.res" 53 testempty.res
|
/external/flatbuffers/tests/ |
monster_test_generated.h | 1029 flatbuffers::unique_ptr<StatT> testempty; member in struct:MyGame::Example::MonsterT 1285 const Stat *testempty() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS [all...] |
JavaScriptTest.js | 195 var stat = mon.testempty(); 202 stat = mon2.testempty();
|
monster_test_generated.js | 1140 MyGame.Example.Monster.prototype.testempty = function(obj) { method in class:MyGame.Example.Monster [all...] |
/external/protobuf/ |
Makefile.am | [all...] |