Searched refs:CheckString (Results 1 – 3 of 3) sorted by relevance
345 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor);
162 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapKey()275 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapValueRef()
654 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor) { in CheckAndGetInteger() function702 ScopedPyObjectPtr encoded_string(CheckString(arg, descriptor)); in CheckAndGetInteger()