Lines Matching defs:TestSimpleTableWithEnum
42 TestSimpleTableWithEnum: 2,
184 MyGame.Example.TestSimpleTableWithEnum = function() {
199 * @returns {MyGame.Example.TestSimpleTableWithEnum}
201 MyGame.Example.TestSimpleTableWithEnum.prototype.__init = function(i, bb) {
209 * @param {MyGame.Example.TestSimpleTableWithEnum=} obj
210 * @returns {MyGame.Example.TestSimpleTableWithEnum}
212 MyGame.Example.TestSimpleTableWithEnum.getRootAsTestSimpleTableWithEnum = function(bb, obj) {
213 return (obj || new MyGame.Example.TestSimpleTableWithEnum).__init(bb.readInt32(bb.position()) + bb.position(), bb);
219 MyGame.Example.TestSimpleTableWithEnum.prototype.color = function() {
228 MyGame.Example.TestSimpleTableWithEnum.prototype.mutate_color = function(value) {
242 MyGame.Example.TestSimpleTableWithEnum.startTestSimpleTableWithEnum = function(builder) {
250 MyGame.Example.TestSimpleTableWithEnum.addColor = function(builder, color) {
258 MyGame.Example.TestSimpleTableWithEnum.endTestSimpleTableWithEnum = function(builder) {