Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc301 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()
Dproto_writer.h223 int array_index_; variable