Searched refs:name_count_ (Results 1 – 2 of 2) sorted by relevance
100 StaticFeedbackVectorSpec() : slot_count_(0), name_count_(0) {} in StaticFeedbackVectorSpec()109 int name_count() const { return name_count_; } in name_count()112 DCHECK(index >= 0 && index < name_count_); in GetName()125 DCHECK(name_count_ < kMaxLength); in append_name()126 names_[name_count_++] = name; in append_name()133 int name_count_; variable
7864 ExtensionConfiguration() : name_count_(0), names_(NULL) { } in ExtensionConfiguration()7866 : name_count_(name_count), names_(names) { } in ExtensionConfiguration()7869 const char** end() const { return &names_[name_count_]; } in end()7872 const int name_count_;