Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.h345 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor);
Dmap_container.cc162 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapKey()
275 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapValueRef()
Dmessage.cc654 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor) { in CheckAndGetInteger() function
702 ScopedPyObjectPtr encoded_string(CheckString(arg, descriptor)); in CheckAndGetInteger()