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.cc111 static bool PyStringToSTL(PyObject* py_string, string* stl_string) { in PyStringToSTL() function
159 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapKey()
272 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapValueRef()