Home | History | Annotate | Download | only in tests

Lines Matching defs:Test

189 MyGame.Example.Test = function() {
204 * @returns {MyGame.Example.Test}
206 MyGame.Example.Test.prototype.__init = function(i, bb) {
215 MyGame.Example.Test.prototype.a = function() {
223 MyGame.Example.Test.prototype.mutate_a = function(value) {
237 MyGame.Example.Test.prototype.b = function() {
245 MyGame.Example.Test.prototype.mutate_b = function(value) {
262 MyGame.Example.Test.createTest = function(builder, a, b) {
500 * @param {MyGame.Example.Test=} obj
501 * @returns {MyGame.Example.Test|null}
504 return (obj || new MyGame.Example.Test).__init(this.bb_pos + 26, this.bb);
1040 MyGame.Example.Monster.prototype.test = function(obj) {
1047 * @param {MyGame.Example.Test=} obj
1048 * @returns {MyGame.Example.Test}
1052 return offset ? (obj || new MyGame.Example.Test).__init(this.bb.__vector(this.bb_pos + offset) + index * 4, this.bb) : null;
1509 * @param {MyGame.Example.Test=} obj
1510 * @returns {MyGame.Example.Test}
1514 return offset ? (obj || new MyGame.Example.Test).__init(this.bb.__vector(this.bb_pos + offset) + index * 4, this.bb) : null;