Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc115 static bool PyStringToSTL(PyObject* py_string, string* stl_string) { in PyStringToSTL() function
163 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapKey()
276 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapValueRef()