Home
last modified time | relevance | path

Searched refs:startKeyIndex (Results 1 – 2 of 2) sorted by relevance

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/
H A DKeyRangeInfo.php29 public $startKeyIndex; variable in Google_Service_Spanner_KeyRangeInfo
92 public function setStartKeyIndex($startKeyIndex) argument
94 $this->startKeyIndex = $startKeyIndex;
98 return $this->startKeyIndex;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dhtmldocextractor.cpp175 const int startKeyIndex = html.indexOf(mark, startIndex); in getQMakeFunctionId() local
178 const int endKeyIndex = html.indexOf(endMark, startKeyIndex); in getQMakeFunctionId()
182 return html.mid(startKeyIndex, endKeyIndex - startKeyIndex); in getQMakeFunctionId()