Home
last modified time | relevance | path

Searched refs:m_values (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttribute.cpp35 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 …]
H A DLDAPAttribute.h175 StringList m_values; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc1136 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 …]
H A Djit-recording.h1608 auto_vec<rvalue *> m_values; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopts.c1241 m_code (code), m_values (values) in option_help_tuple()
1248 vec<const char *> m_values; variable
1600 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts.cc1518 m_code (code), m_values (values) in option_help_tuple()
1525 vec<const char *> m_values; member in option_help_tuple
1877 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()