Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DStorageObject.php56 public $crc32c; variable in Google\\Service\\Storage\\StorageObject
261 public function setCrc32c($crc32c) argument
263 $this->crc32c = $crc32c;
270 return $this->crc32c;
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1545 public $crc32c; variable in Google_StorageObject
1611 public function setCrc32c( $crc32c) { argument
1612 $this->crc32c = $crc32c;
1615 return $this->crc32c;