Searched refs:m_hash (Results 1 – 10 of 10) sorted by relevance
39 Sha1 (const deSha1& hash) : m_hash(hash) {} in Sha1()44 …bool operator== (const Sha1& other) const { return deSha1_equal(&m_hash, &other.m_hash) == DE_TRU… in operator ==()48 deSha1 m_hash; member in de::Sha1
88 if (m_hash == 0) in hashCode()91 m_hash = hash; in hashCode()96 return m_hash; in hashCode()228 private transient int m_hash; field in ClassDescriptor
43 deUint32 get (void) const { return m_hash; } in get()47 deUint32 m_hash; member in tcu::SeedBuilder
63 : m_hash (0xccf139d7u) in SeedBuilder()69 m_hash = advanceCrc32(m_hash, size, (const deUint8*)ptr); in feed()
182 m_hash(hash), in SPVRTHashElement()207 return m_hash; in GetHash()231 CPVRTHash m_hash;
170 m_hash = String16(); in setSource()300 if (m_hash.isEmpty()) m_hash = calculateHash(source(isolate)); in hash()301 DCHECK(!m_hash.isEmpty()); in hash()302 return m_hash; in hash()
90 mutable String16 m_hash; variable
394 : m_hash(BinaryIndexHashImpl_create(m_memPool.getRawPool())) in BinaryIndexHash()396 if (!m_hash) in BinaryIndexHash()406 return BinaryIndexHashImpl_find(m_hash, binary); in find()411 if (!BinaryIndexHashImpl_insert(m_hash, binary, index)) in insert()
218 BinaryIndexHashImpl* const m_hash; member in vk::BinaryRegistryDetail::BinaryIndexHash
47 protected int m_hash = 0; field in XStringForFSB