Searched refs:CheckAndGetBool (Results 1 – 2 of 2) sorted by relevance
323 if (!CheckAndGetBool(arg, &value)) { \344 bool CheckAndGetBool(PyObject* arg, bool* value);
622 bool CheckAndGetBool(PyObject* arg, bool* value) { in CheckAndGetInteger() function