MCPcopy Create free account
hub / github.com/ImageEngine/cortex / MurmurHash

Method MurmurHash

src/IECore/MurmurHash.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75} // namespace
76
77MurmurHash::MurmurHash( const std::string &repr )
78 : m_h1( 0 ), m_h2( 0 )
79{
80 internalFromString( repr, m_h1, m_h2 );
81}
82
83std::string MurmurHash::toString() const
84{

Callers 15

__hashAndSubstitutionMethod · 0.80
testSubstitutionsMethod · 0.80
testHashMethod · 0.80
testConstructorMethod · 0.80
testStringConstructorMethod · 0.80
testCopyConstructorMethod · 0.80
testReprMethod · 0.80
testFromStringMethod · 0.80
testAppendMethod · 0.80
testKnownHashesMethod · 0.80

Calls 1

internalFromStringFunction · 0.85

Tested by 15

__hashAndSubstitutionMethod · 0.64
testSubstitutionsMethod · 0.64
testConstructorMethod · 0.64
testStringConstructorMethod · 0.64
testCopyConstructorMethod · 0.64
testReprMethod · 0.64
testFromStringMethod · 0.64
testAppendMethod · 0.64
testKnownHashesMethod · 0.64
testStringDifferencesMethod · 0.64