Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMapField.php156 $this->checkKey($this->key_type, $key);
214 $this->checkKey($this->key_type, $key);
229 $this->checkKey($this->key_type, $key);
256 private function checkKey($key_type, &$key) function in Google\\Protobuf\\Internal\\MapField