/external/flatbuffers/tests/ |
monster_test_generated.h | 467 std::unique_ptr<StatT> testempty; member in struct:MyGame::Example::MonsterT 624 const Stat *testempty() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS 740 verifier.VerifyTable(testempty()) && 807 void add_testempty(flatbuffers::Offset<Stat> testempty) { 808 fbb_.AddOffset(Monster::VT_TESTEMPTY, testempty); 880 flatbuffers::Offset<Stat> testempty = 0, 909 builder_.add_testempty(testempty); 942 flatbuffers::Offset<Stat> testempty = 0, [all...] |
JavaScriptTest.js | 177 var stat = mon.testempty(); 185 stat = mon2.testempty();
|
monster_test_generated.js | 849 MyGame.Example.Monster.prototype.testempty = function(obj) { 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) 411 self::addTestempty($builder, $testempty); 681 public static function addTestempty(FlatBufferBuilder $builder, $testempty) 683 $builder->addOffsetX(14, $testempty, 0);
|
Monster.java | 58 public Stat testempty() { return testempty(new Stat()); } method in class:Monster 59 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.py | 176 def Testempty(self): 319 def MonsterAddTestempty(builder, testempty): builder.PrependUOffsetTRelativeSlot(14, flatbuffers.number_types.UOffsetTFlags.py_type(testempty), 0)
|
Monster.go | 231 func (rcv *Monster) Testempty(obj *Stat) *Stat { 479 func MonsterAddTestempty(builder *flatbuffers.Builder, testempty flatbuffers.UOffsetT) { 480 builder.PrependUOffsetTSlot(14, flatbuffers.UOffsetT(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/protobuf/ |
Makefile.am | [all...] |
/external/protobuf/util/ |
Makefile.am | [all...] |