Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dprotobuf.c138 uintptr_t PyUpb_WeakMap_GetKey(const void* key) { in PyUpb_WeakMap_GetKey() function
145 upb_inttable_insert(&map->table, PyUpb_WeakMap_GetKey(key), in PyUpb_WeakMap_Add()
152 upb_inttable_remove(&map->table, PyUpb_WeakMap_GetKey(key), &val); in PyUpb_WeakMap_Delete()
158 upb_inttable_remove(&map->table, PyUpb_WeakMap_GetKey(key), NULL); in PyUpb_WeakMap_TryDelete()
163 if (upb_inttable_lookup(&map->table, PyUpb_WeakMap_GetKey(key), &val)) { in PyUpb_WeakMap_Get()