Home
last modified time | relevance | path

Searched refs:hash_b (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgemblemedicon.c237 guint hash_b = g_icon_hash (G_ICON (b)); in g_emblem_comp() local
239 if(hash_a < hash_b) in g_emblem_comp()
242 if(hash_a == hash_b) in g_emblem_comp()
/third_party/python/Doc/library/
Dtyping.rst480 def hash_b(item: Any) -> int:
490 hash_b(42)
491 hash_b("foo")