Home
last modified time | relevance | path

Searched refs:proto_to_class (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorPool.php48 private $proto_to_class = []; variable
95 $this->proto_to_class[$descriptor->getFullName()] =
109 $this->proto_to_class[$descriptor->getFullName()] =
135 if (isset($this->proto_to_class[$proto])) {
136 $klass = $this->proto_to_class[$proto];
145 $klass = $this->proto_to_class[$proto];

Completed in 1 milliseconds