Home
last modified time | relevance | path

Searched defs:CheckString (Results 1 – 3 of 3) 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.cc752 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor) { in CheckString() function