| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPAttribute.h | 175 StringList m_values; member in class:LDAPAttribute
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| unordered_dense.h | 423 uint32_t m_value_idx; // index into the m_values vector. 431 size_t m_value_idx; // index into the m_values vector. 841 value_container_type m_values{}; // Contains all the key-value pairs in one densely stored container. No holes. 939 // assumes m_values has data, m_buckets=m_buckets_end=nullptr, m_shifts is INITIAL_SHIFTS 941 // assumes m_values has already the correct data copied over. 961 auto ba = bucket_alloc(m_values.get_allocator()); 971 auto ba = bucket_alloc(m_values.get_allocator()); 990 for (value_idx_type value_idx = 0, end_idx = static_cast<value_idx_type>(m_values.size()); value_idx < end_idx; 992 auto const& key = get_key(m_values[value_idx]); 1003 m_values.pop_back() 1237 : m_values(alloc) { function in class:ankerl::unordered_dense::ANKERL_UNORDERED_DENSE_NAMESPACE::detail::table [all...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| unordered_dense.h | 423 uint32_t m_value_idx; // index into the m_values vector. 431 size_t m_value_idx; // index into the m_values vector. 841 value_container_type m_values{}; // Contains all the key-value pairs in one densely stored container. No holes. 939 // assumes m_values has data, m_buckets=m_buckets_end=nullptr, m_shifts is INITIAL_SHIFTS 941 // assumes m_values has already the correct data copied over. 961 auto ba = bucket_alloc(m_values.get_allocator()); 971 auto ba = bucket_alloc(m_values.get_allocator()); 990 for (value_idx_type value_idx = 0, end_idx = static_cast<value_idx_type>(m_values.size()); value_idx < end_idx; 992 auto const& key = get_key(m_values[value_idx]); 1003 m_values.pop_back() 1237 : m_values(alloc) { function in class:ankerl::unordered_dense::ANKERL_UNORDERED_DENSE_NAMESPACE::detail::table [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| opts.cc | 1588 m_code (code), m_values (values) 1595 vec<const char *> m_values; member in class:option_help_tuple 1947 for (unsigned j = 0; j < help_tuples[i].m_values.length (); j++) 1948 printf (" %s", help_tuples[i].m_values[j]);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| opts.cc | 1518 m_code (code), m_values (values) 1525 vec<const char *> m_values; member in class:option_help_tuple 1877 for (unsigned j = 0; j < help_tuples[i].m_values.length (); j++) 1878 printf (" %s", help_tuples[i].m_values[j]);
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-recording.h | 1709 auto_vec<rvalue *> m_values; member in class:gcc::jit::recording::ctor
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-recording.h | 1608 auto_vec<rvalue *> m_values; member in class:gcc::jit::recording::ctor
|