Lines Matching refs:lazy

58      * eager or lazy parsing regardless of the value of this option.  However,
60 * using lazy parsing on this field is worth the additional bookkeeping
68 * a lazy sub-message. That is, calling IsInitialized() on the outer message
71 * parsed in order to perform the check, defeating the purpose of lazy
78 * Generated from protobuf field <code>optional bool lazy = 5 [default = false];</code>
80 protected $lazy = null;
131 * @type bool $lazy
137 * eager or lazy parsing regardless of the value of this option. However,
139 * using lazy parsing on this field is worth the additional bookkeeping
147 * a lazy sub-message. That is, calling IsInitialized() on the outer message
150 * parsed in order to perform the check, defeating the purpose of lazy
318 * eager or lazy parsing regardless of the value of this option. However,
320 * using lazy parsing on this field is worth the additional bookkeeping
328 * a lazy sub-message. That is, calling IsInitialized() on the outer message
331 * parsed in order to perform the check, defeating the purpose of lazy
338 * Generated from protobuf field <code>optional bool lazy = 5 [default = false];</code>
343 return isset($this->lazy) ? $this->lazy : false;
348 return isset($this->lazy);
353 unset($this->lazy);
362 * eager or lazy parsing regardless of the value of this option. However,
364 * using lazy parsing on this field is worth the additional bookkeeping
372 * a lazy sub-message. That is, calling IsInitialized() on the outer message
375 * parsed in order to perform the check, defeating the purpose of lazy
382 * Generated from protobuf field <code>optional bool lazy = 5 [default = false];</code>
389 $this->lazy = $var;