Searched refs:getLeftChildIndex_ (Results 1 – 2 of 2) sorted by relevance
8 …getLeftChildIndex_=function(t){return 2*t+1},t.prototype.getRightChildIndex_=function(t){return 2*… method in t
1 …getLeftChildIndex_(index) {\n return index * 2 + 1;\n }\n\n /**\n * Gets the index of the r…