Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dmonster_test_generated.js1878 MyGame.Example.Monster.prototype.anyAmbiguousType = function() { method in MyGame.Example.Monster
2621 MyGame.Example.Monster.addAnyAmbiguousType = function(builder, anyAmbiguousType) { argument
2748 … vectorOfNonOwningReferencesOffset, anyUniqueType, anyUniqueOffset, anyAmbiguousType, anyAmbiguous… argument
Dmonster_test_generated.ts1730 anyAmbiguousType():MyGame.Example.AnyAmbiguousAliases { method in MyGame.Example.Monster
/external/flatbuffers/tests/MyGame/Example/
DMonster.java186 public byte anyAmbiguousType() { int o = __offset(94); return o != 0 ? bb.get(o + bb_pos) : 0; } in anyAmbiguousType() method in Monster
277 …public static void addAnyAmbiguousType(FlatBufferBuilder builder, byte anyAmbiguousType) { builder… in addAnyAmbiguousType()
DMonster.kt722 val anyAmbiguousType : UByte constant
DMonster.php1598 public static function addAnyAmbiguousType(FlatBufferBuilder $builder, $anyAmbiguousType)
DMonster.py784 def MonsterAddAnyAmbiguousType(builder, anyAmbiguousType): builder.PrependUint8Slot(45, anyAmbiguou… argument
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift444 …public var anyAmbiguousType: MyGame.Example.AnyAmbiguousAliases { let o = _accessor.offset(94); re… variable