Lines Matching refs:names
55 …onst char* name, const AutoList<int>& start, const AutoList<const char*>& names, const AutoList<Au… in ComboCustom() argument
58 ASSERT(start.count == names.count && names.count == option.count); in ComboCustom()
76 Init(count, &counts[0], start.args, names.args, &optionArray[0]); in ComboCustom()
79 …onst char* name, const AutoList<int>& start, const AutoList<const char*>& names, const AutoList<st… in ComboCustom() argument
82 ASSERT(start.count == names.count && names.count == option.count); in ComboCustom()
100 Init(count, &counts[0], start.args, names.args, &optionArray[0]); in ComboCustom()
103 …har* name, const std::vector<int>& start, const std::vector<const char*>& names, const std::vector… in ComboCustom() argument
106 ASSERT(start.size() == names.size()); in ComboCustom()
107 ASSERT(names.size() == option.size()); in ComboCustom()
126 Init(count, &counts[0], &start[0], &names[0], &optionArray[0]); in ComboCustom()
129 void ComboCustom::Init(int num, const int* counts, const int* start, const char* const* names, cons… in Init() argument
150 text.text = names[j]; in Init()