Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorPool.php98 $this->class_to_desc[$descriptor->getLegacyClass()] = $descriptor;
112 $this->class_to_enum_desc[$descriptor->getLegacyClass()] = $descriptor;
H A DRepeatedField.php86 $this->legacy_klass = $desc->getLegacyClass();
109 public function getLegacyClass() function
H A DEnumDescriptor.php84 public function getLegacyClass() function
H A DDescriptor.php160 public function getLegacyClass() function
H A DMapField.php91 $this->legacy_klass = $desc->getLegacyClass();
H A DGPBUtil.php219 $var->getLegacyClass() !== $klass) {

Completed in 4 milliseconds