Lines Matching defs:TestSimpleTableWithEnum
42 TestSimpleTableWithEnum: 2,
235 MyGame.Example.TestSimpleTableWithEnum = function() {
250 * @returns {MyGame.Example.TestSimpleTableWithEnum}
252 MyGame.Example.TestSimpleTableWithEnum.prototype.__init = function(i, bb) {
260 * @param {MyGame.Example.TestSimpleTableWithEnum=} obj
261 * @returns {MyGame.Example.TestSimpleTableWithEnum}
263 MyGame.Example.TestSimpleTableWithEnum.getRootAsTestSimpleTableWithEnum = function(bb, obj) {
264 return (obj || new MyGame.Example.TestSimpleTableWithEnum).__init(bb.readInt32(bb.position()) + bb.position(), bb);
270 MyGame.Example.TestSimpleTableWithEnum.prototype.color = function() {
279 MyGame.Example.TestSimpleTableWithEnum.prototype.mutate_color = function(value) {
293 MyGame.Example.TestSimpleTableWithEnum.startTestSimpleTableWithEnum = function(builder) {
301 MyGame.Example.TestSimpleTableWithEnum.addColor = function(builder, color) {
309 MyGame.Example.TestSimpleTableWithEnum.endTestSimpleTableWithEnum = function(builder) {