Searched refs:startMs (Results 1 – 2 of 2) sorted by relevance
90 public $startMs; variable in Google\\Service\\Bigquery\\ExplainQueryStage363 public function setStartMs($startMs) argument365 $this->startMs = $startMs;372 return $this->startMs;
959 var startMs = this.startMs;964 startMs = otherRange.startMs;967 startMs = Math.max(startMs, otherRange.startMs);978 if (startMs == null || endMs == null || startMs < endMs) {990 …return (this.startMs == null || (innerRange.startMs != null && innerRange.startMs >= this.startMs)…996 return (this.startMs == null || ms >= this.startMs) &&1005 if (this.startMs != null && ms < this.startMs) {1050 return range1.startMs - range2.startMs; // earlier ranges go first4801 return r1.startMs - r2.startMs || // earlier events go first12825 startMs: segRange.startMs,[all …]