Lines Matching refs:TestSimpleTableWithEnum
93 TestSimpleTableWithEnum: 2, property
374 MyGame.Example.TestSimpleTableWithEnum = function() { class in MyGame.Example
391 MyGame.Example.TestSimpleTableWithEnum.prototype.__init = function(i, bb) {
402 MyGame.Example.TestSimpleTableWithEnum.getRootAsTestSimpleTableWithEnum = function(bb, obj) {
403 …return (obj || new MyGame.Example.TestSimpleTableWithEnum).__init(bb.readInt32(bb.position()) + bb…
411 MyGame.Example.TestSimpleTableWithEnum.getSizePrefixedRootAsTestSimpleTableWithEnum = function(bb, …
413 …return (obj || new MyGame.Example.TestSimpleTableWithEnum).__init(bb.readInt32(bb.position()) + bb…
419 MyGame.Example.TestSimpleTableWithEnum.prototype.color = function() {
428 MyGame.Example.TestSimpleTableWithEnum.prototype.mutate_color = function(value) {
442 MyGame.Example.TestSimpleTableWithEnum.startTestSimpleTableWithEnum = function(builder) {
450 MyGame.Example.TestSimpleTableWithEnum.addColor = function(builder, color) {
458 MyGame.Example.TestSimpleTableWithEnum.endTestSimpleTableWithEnum = function(builder) {
468 MyGame.Example.TestSimpleTableWithEnum.createTestSimpleTableWithEnum = function(builder, color) {
469 MyGame.Example.TestSimpleTableWithEnum.startTestSimpleTableWithEnum(builder);
470 MyGame.Example.TestSimpleTableWithEnum.addColor(builder, color);
471 return MyGame.Example.TestSimpleTableWithEnum.endTestSimpleTableWithEnum(builder);