Home
last modified time | relevance | path

Searched refs:_Py_hashtable_compare_direct (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Python/
Dhashtable.c99 _Py_hashtable_compare_direct(const void *key1, const void *key2) in _Py_hashtable_compare_direct() function
354 && ht->compare_func == _Py_hashtable_compare_direct) in _Py_hashtable_new_full()
Dmarshal.c560 _Py_hashtable_compare_direct, in w_init_refs()
/third_party/python/Include/internal/
Dpycore_hashtable.h77 PyAPI_FUNC(int) _Py_hashtable_compare_direct(
/third_party/python/Modules/
D_tracemalloc.c470 _Py_hashtable_compare_direct, in tracemalloc_create_traces_table()
479 _Py_hashtable_compare_direct, in tracemalloc_create_domains_table()
1352 _Py_hashtable_compare_direct, in _tracemalloc__get_traces_impl()
D_testinternalcapi.c177 _Py_hashtable_compare_direct); in test_hashtable()