Searched refs:goog (Results 1 – 4 of 4) sorted by relevance
31 var goog = goog || {}; variable32 goog.structs = goog.structs || {};43 goog.structs.SplayTree = function() {53 goog.structs.SplayTree.prototype.root_ = null;59 goog.structs.SplayTree.prototype.isEmpty = function() {73 goog.structs.SplayTree.prototype.insert = function(key, value) {75 this.root_ = new goog.structs.SplayTree.Node(key, value);84 var node = new goog.structs.SplayTree.Node(key, value);106 goog.structs.SplayTree.prototype.remove = function(key) {137 goog.structs.SplayTree.prototype.find = function(key) {[all …]
43 this.dynamics_ = new goog.structs.SplayTree();53 this.statics_ = new goog.structs.SplayTree();58 this.libraries_ = new goog.structs.SplayTree();
28 var goog = goog || {} ; variable29 goog.global = this;30 goog.globalEval = function(script) {31 return goog.global.eval(script);34 assertEquals(125, goog.globalEval('var foofoofoo = 125; foofoofoo'));
33 var tree = new goog.structs.SplayTree();41 var tree = new goog.structs.SplayTree();82 var tree = new goog.structs.SplayTree();96 var tree = new goog.structs.SplayTree();106 var tree = new goog.structs.SplayTree();120 var tree = new goog.structs.SplayTree();130 var tree = new goog.structs.SplayTree();140 var tree = new goog.structs.SplayTree();154 var tree = new goog.structs.SplayTree();