Searched refs:array_index_ (Results 1 – 2 of 2) sorted by relevance
301 array_index_(-1), in ProtoElement()323 array_index_(is_list ? 0 : -1), in ProtoElement()329 if (this->parent()->array_index_ >= 0) this->parent()->array_index_++; in ProtoElement()411 if (ow_->IsRepeated(*parent_field_) && array_index_ > 0) { in ToString()412 StrAppend(&loc, "[", array_index_ - 1, "]"); in ToString()
223 int array_index_; variable