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/
H A DDescriptor.php43 private $index_to_field = []; variable
81 $this->index_to_field[] = $field;
138 if (count($this->index_to_field) <= $index) {
141 return $this->index_to_field[$index];

Completed in 1 milliseconds