Searched refs:PyUpb_GetInt32 (Results 1 – 1 of 1) sorted by relevance
119 static bool PyUpb_GetInt32(PyObject* obj, int32_t* val) { in PyUpb_GetInt32() function200 if (!PyUpb_GetInt32(obj, &i32)) return false; in PyUpb_PyToUpbEnum()231 return PyUpb_GetInt32(obj, &val->int32_val); in PyUpb_PyToUpb()