Searched refs:compare_node_node (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/leveldb/
H A DLevelDBTransaction.h92 int compare_node_node(handle ha, handle hb) { return compare_key_key(ha->key, hb->key); } function in struct:WebCore::LevelDBTransaction::AVLTreeAbstractor
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.cpp1321 int compare_node_node(handle h1, handle h2) { return compare_key_key(m_nodes[h1].value, m_nodes[h2].value); } function in struct:JSC::AVLTreeAbstractorForArrayCompare

Completed in 287 milliseconds