Searched refs:endMs (Results 1 – 2 of 2) sorted by relevance
40 public $endMs; variable in Google\\Service\\Bigquery\\ExplainQueryStage179 public function setEndMs($endMs) argument181 $this->endMs = $endMs;188 return $this->endMs;
960 var endMs = this.endMs;972 endMs = otherRange.endMs;975 endMs = Math.min(endMs, otherRange.endMs);978 if (startMs == null || endMs == null || startMs < endMs) {981 newRange.isEnd = this.isEnd && endMs === this.endMs;991 (this.endMs == null || (innerRange.endMs != null && innerRange.endMs <= this.endMs));997 (this.endMs == null || ms < this.endMs);1008 if (this.endMs != null && ms >= this.endMs) {12826 endMs: segRange.endMs,14166 endMs: segRange.endMs,[all …]