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