Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php45 private $legitimate_message_end; variable in Google\\Protobuf\\Internal\\CodedInputStream
64 $this->legitimate_message_end = false;
110 return $this->legitimate_message_end;
277 $this->legitimate_message_end =
280 $this->legitimate_message_end = true;
357 $this->legitimate_message_end = false;