Searched refs:m_num_buckets (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h123 : m_count(0), m_num_buckets(0), m_buckets_ptr(LLDB_INVALID_ADDRESS) {}
127 return m_count != count || m_num_buckets != num_buckets ||
134 m_num_buckets = num_buckets;
140 uint32_t m_num_buckets; member in class:lldb_private::AppleObjCRuntimeV1::HashTableSignature
H A DAppleObjCRuntimeV2.h122 uint32_t m_num_buckets; member in class:lldb_private::AppleObjCRuntimeV2::HashTableSignature
H A DAppleObjCRuntimeV2.cpp1141 : m_count(0), m_num_buckets(0), m_buckets_ptr(0) {}
1146 m_num_buckets = hash_table.GetBucketCount();
1160 m_num_buckets == hash_table.GetBucketCount() &&

Completed in 186 milliseconds