Home
last modified time | relevance | path

Searched refs:CheckString (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/sqlite3/test/
Dfactory.py242 def CheckString(self): member in TextFactoryTests
276 def CheckString(self): member in TextFactoryTestsWithEmbeddedZeroBytes
Dtypes.py43 def CheckString(self): member in SqliteTypeTests
136 def CheckString(self): member in DeclTypesTests
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h339 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor);
Dmap_container.cc159 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapKey()
275 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapValueRef()
Dmessage.cc752 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor) { in CheckString() function
800 ScopedPyObjectPtr encoded_string(CheckString(arg, descriptor)); in CheckAndSetString()