Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/my-game/example/
Dmonster.js449 anyAmbiguousType() { method in Monster
788 static addAnyAmbiguousType(builder, anyAmbiguousType) { argument
946 …nces = [], anyUniqueType = AnyUniqueAliases.NONE, anyUnique = null, anyAmbiguousType = AnyAmbiguou… argument
Dmonster.ts583 anyAmbiguousType():AnyAmbiguousAliases { method in Monster
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.py1052 def AddAnyAmbiguousType(builder, anyAmbiguousType): builder.PrependUint8Slot(45, anyAmbiguousType, … argument
1053 def MonsterAddAnyAmbiguousType(builder, anyAmbiguousType): argument
DMonster.java186 public byte anyAmbiguousType() { int o = __offset(94); return o != 0 ? bb.get(o + bb_pos) : 0; } in anyAmbiguousType() method in Monster
293 …public static void addAnyAmbiguousType(FlatBufferBuilder builder, byte anyAmbiguousType) { builder… in addAnyAmbiguousType()
DMonster.kt722 val anyAmbiguousType : UByte constant in MyGame.Example.Monster
DMonster.php1646 public static function addAnyAmbiguousType(FlatBufferBuilder $builder, $anyAmbiguousType)
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift919 …public var anyAmbiguousType: MyGame_Example_AnyAmbiguousAliases { let o = _accessor.offset(VTOFFSE… variable