Lines Matching defs:wrapper
184 $wrapper = $this->$member;
186 $wrapper = $this->readOneof($field->getNumber());
189 if (is_null($wrapper)) {
192 return $wrapper->getValue();
1081 * wrapper type $class. If $value is any type other than array, we do
1087 * @param string $class The expected wrapper class name
1107 * Tries to normalize $value into a provided protobuf wrapper type $class.
1110 * shared by all wrapper types.
1113 * assigned to the wrapper type via setValue.
1116 * @param string $class The expected wrapper class name