Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptor.php43 private $index_to_field = []; variable in Google\\Protobuf\\Internal\\Descriptor
81 $this->index_to_field[] = $field;
138 if (count($this->index_to_field) <= $index) {
141 return $this->index_to_field[$index];