Home
last modified time | relevance | path

Searched refs:stackFrames (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DScriptStatistics.php47 public function setStackFrames($stackFrames) argument
49 $this->stackFrames = $stackFrames;
56 return $this->stackFrames;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DStackTrace.php32 public function setStackFrames(StackFrames $stackFrames) argument
34 $this->stackFrames = $stackFrames;
41 return $this->stackFrames;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DBreakpoint.php271 public function setStackFrames($stackFrames) argument
273 $this->stackFrames = $stackFrames;
280 return $this->stackFrames;