Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgemblemedicon.c236 guint hash_a = g_icon_hash (G_ICON (a)); 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.rst475 def hash_a(item: object) -> int:
486 hash_a(42)
487 hash_a("foo")