Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php174 return $this->isRepeated() && self::isTypePackable($this->type);
209 private static function isTypePackable($field_type) function in Google\\Protobuf\\Internal\\FieldDescriptor