Lines Matching refs:TestSimpleTableWithEnum
42 TestSimpleTableWithEnum: 2, 2: 'TestSimpleTableWithEnum', property
273 MyGame.Example.TestSimpleTableWithEnum = function() { class in MyGame.Example
290 MyGame.Example.TestSimpleTableWithEnum.prototype.__init = function(i, bb) {
301 MyGame.Example.TestSimpleTableWithEnum.getRootAsTestSimpleTableWithEnum = function(bb, obj) {
302 …return (obj || new MyGame.Example.TestSimpleTableWithEnum).__init(bb.readInt32(bb.position()) + bb…
308 MyGame.Example.TestSimpleTableWithEnum.prototype.color = function() {
317 MyGame.Example.TestSimpleTableWithEnum.prototype.mutate_color = function(value) {
331 MyGame.Example.TestSimpleTableWithEnum.startTestSimpleTableWithEnum = function(builder) {
339 MyGame.Example.TestSimpleTableWithEnum.addColor = function(builder, color) {
347 MyGame.Example.TestSimpleTableWithEnum.endTestSimpleTableWithEnum = function(builder) {
357 MyGame.Example.TestSimpleTableWithEnum.createTestSimpleTableWithEnum = function(builder, color) {
358 MyGame.Example.TestSimpleTableWithEnum.startTestSimpleTableWithEnum(builder);
359 MyGame.Example.TestSimpleTableWithEnum.addColor(builder, color);
360 return MyGame.Example.TestSimpleTableWithEnum.endTestSimpleTableWithEnum(builder);