Searched refs:CheckString (Results 1 – 5 of 5) sorted by relevance
242 def CheckString(self): member in TextFactoryTests276 def CheckString(self): member in TextFactoryTestsWithEmbeddedZeroBytes
43 def CheckString(self): member in SqliteTypeTests136 def CheckString(self): member in DeclTypesTests
339 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor);
159 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapKey()275 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapValueRef()
752 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor) { in CheckString() function800 ScopedPyObjectPtr encoded_string(CheckString(arg, descriptor)); in CheckAndSetString()