Searched refs:anyAmbiguous (Results 1 – 8 of 8) sorted by relevance
/external/flatbuffers/tests/ |
D | monster_test_my_game.example_generated.dart | 747 dynamic get anyAmbiguous { 759 …e, anyUnique: $anyUnique, anyAmbiguousType: $anyAmbiguousType, anyAmbiguous: $anyAmbiguous, vector… 1071 dynamic anyAmbiguous, 1119 _anyAmbiguous = anyAmbiguous,
|
D | monster_test_generated.ts | 1702 anyAmbiguous<T extends flatbuffers.Table>(obj:T):T|null { method in MyGame.Example.Monster
|
D | monster_test_generated.js | 1791 MyGame.Example.Monster.prototype.anyAmbiguous = function(obj) { method in MyGame.Example.Monster
|
/external/flatbuffers/dart/test/ |
D | monster_test_my_game.example_generated.dart | 749 dynamic get anyAmbiguous { 761 …e, anyUnique: $anyUnique, anyAmbiguousType: $anyAmbiguousType, anyAmbiguous: $anyAmbiguous, vector… 1073 dynamic anyAmbiguous, 1121 _anyAmbiguous = anyAmbiguous,
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.lua | 588 function Monster.AddAnyAmbiguous(builder, anyAmbiguous) builder:PrependUOffsetTRelativeSlot(46, any…
|
D | Monster.py | 682 …Ambiguous(builder, anyAmbiguous): builder.PrependUOffsetTRelativeSlot(46, flatbuffers.number_types… argument
|
D | Monster.go | 909 func MonsterAddAnyAmbiguous(builder *flatbuffers.Builder, anyAmbiguous flatbuffers.UOffsetT) { 910 builder.PrependUOffsetTSlot(46, flatbuffers.UOffsetT(anyAmbiguous), 0)
|
D | Monster.java | 155 …public Table anyAmbiguous(Table obj) { int o = __offset(96); return o != 0 ? __union(obj, o) : nul… in anyAmbiguous() method in Monster
|