Lines Matching refs:this
99 * Note: this functionality is not currently available in the official
141 * Note: this functionality is not currently available in the official
173 * Note: this functionality is not currently available in the official
184 return $this->type_url;
205 * Note: this functionality is not currently available in the official
213 * @return $this
218 $this->type_url = $var;
220 return $this;
231 return $this->value;
239 * @return $this
244 $this->value = $var;
246 return $this;
263 if (substr($this->type_url, 0, $url_prifix_len) !=
269 substr($this->type_url, $url_prifix_len);
282 $msg->mergeFromString($this->value);
300 $this->value = $msg->serializeToString();
306 $this->type_url = GPBUtil::TYPE_URL_PREFIX . $fully_qualifed_name;
320 return $this->type_url === $type_url;