Home
last modified time | relevance | path

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

/external/v8/src/
Dstring-hasher-inl.h20 array_index_(0), in StringHasher()
89 if (array_index_ > 429496729U - ((d + 3) >> 3)) { in UpdateIndex()
93 array_index_ = array_index_ * 10 + d; in UpdateIndex()
Dstring-hasher.h69 uint32_t array_index_; variable
Dobjects.cc12378 return MakeArrayIndexHash(array_index_, length_); in GetHashField()
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc299 array_index_(-1) {} in ProtoElement()
314 array_index_(is_list ? 0 : -1) { in ProtoElement()
318 if (this->parent()->array_index_ >= 0) this->parent()->array_index_++; in ProtoElement()
395 if (ow_->IsRepeated(*parent_field_) && array_index_ > 0) { in ToString()
396 StrAppend(&loc, "[", array_index_ - 1, "]"); in ToString()
Dproto_writer.h212 int array_index_; variable