Searched defs:Complicated (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSetTest.cpp509 struct Complicated { struct in namespace:__anon11434
510 Complicated(int value) : m_simple(value) function in struct:__anon11434::Complicated
515 Complicated(const Complicated& other) : m_simple(other.m_simple) function in struct:__anon11434::Complicated
524 Complicated();
527 int Complicated::s_objectsConstructed = 0;
530 static unsigned hash(const Complicated& key) { return key.m_simple.m_value; }
531 static bool equal(const Complicated& a, const Complicated& b) { return a.m_simple.m_value == b.m_simple.m_value; }
535 static bool equal(const Complicated
[all...]

Completed in 116 milliseconds