Home
last modified time | relevance | path

Searched defs:anyAmbiguousType (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/
Dmonster_test_generated.js1767 MyGame.Example.Monster.prototype.anyAmbiguousType = function() { method in MyGame.Example.Monster
2502 MyGame.Example.Monster.addAnyAmbiguousType = function(builder, anyAmbiguousType) { argument
2612 … vectorOfNonOwningReferencesOffset, anyUniqueType, anyUniqueOffset, anyAmbiguousType, anyAmbiguous… argument
Dmonster_test_generated.ts1678 anyAmbiguousType():MyGame.Example.AnyAmbiguousAliases { method in MyGame.Example.Monster
/external/flatbuffers/tests/MyGame/Example/
DMonster.java153 public byte anyAmbiguousType() { int o = __offset(94); return o != 0 ? bb.get(o + bb_pos) : 0; } in anyAmbiguousType() method in Monster
238 …public static void addAnyAmbiguousType(FlatBufferBuilder builder, byte anyAmbiguousType) { builder… in addAnyAmbiguousType()
DMonster.py681 def MonsterAddAnyAmbiguousType(builder, anyAmbiguousType): builder.PrependUint8Slot(45, anyAmbiguou… argument
DMonster.php1580 public static function addAnyAmbiguousType(FlatBufferBuilder $builder, $anyAmbiguousType)