Searched refs:m_values (Results 1 – 6 of 6) sorted by relevance
35 m_values=StringList(attr.m_values); in LDAPAttribute()54 m_values=values; in LDAPAttribute()79 m_values.add(value); in addValue()94 m_values.clear(); in setValues()105 m_values.clear(); in setValues()117 m_values=values; in setValues()122 return m_values; in getValues()127 size_t size=m_values.size(); in getBerValues()135 for(i=m_values.begin(), p=0; i!=m_values.end(); i++,p++){ in getBerValues()148 return m_values.size(); in getNumValues()[all …]
175 StringList m_values; variable
1136 result->m_values.reserve (num_values, false); in new_ctor()1139 result->m_values.quick_push (values[i]); in new_ctor()1145 result->m_values.reserve (num_values, false); in new_ctor()1150 result->m_values.quick_push (values[i]); in new_ctor()1159 result->m_values.reserve (num_values, false); in new_ctor()1169 result->m_values.quick_push (values[i]); in new_ctor()5399 for (unsigned int i = 0; i < m_values.length (); i++) in visit_children()5400 v->visit (m_values[i]); in visit_children()5414 size_t values_n = m_values.length (); in make_debug_string()5422 if (m_values[i]) in make_debug_string()[all …]
1608 auto_vec<rvalue *> m_values; variable
1241 m_code (code), m_values (values) in option_help_tuple()1248 vec<const char *> m_values; variable1600 for (unsigned j = 0; j < help_tuples[i].m_values.length (); j++) in print_filtered_help()1601 printf (" %s", help_tuples[i].m_values[j]); in print_filtered_help()
1518 m_code (code), m_values (values) in option_help_tuple()1525 vec<const char *> m_values; member in option_help_tuple1877 for (unsigned j = 0; j < help_tuples[i].m_values.length (); j++) in print_filtered_help()1878 printf (" %s", help_tuples[i].m_values[j]); in print_filtered_help()