Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc78 PyObject* PyString_FromCppString(const string& str) { in PyString_FromCppString() function
472 return PyString_FromCppString(_GetDescriptor(self)->name()); in GetName()
476 return PyString_FromCppString(_GetDescriptor(self)->full_name()); in GetFullName()
635 return PyString_FromCppString(enum_value->name()); in EnumValueName()
746 return PyString_FromCppString(_GetDescriptor(self)->full_name()); in GetFullName()
750 return PyString_FromCppString(_GetDescriptor(self)->name()); in GetName()
754 return PyString_FromCppString(_GetDescriptor(self)->camelcase_name()); in GetCamelcaseName()
758 return PyString_FromCppString(_GetDescriptor(self)->json_name()); in GetJsonName()
1061 return PyString_FromCppString(_GetDescriptor(self)->full_name()); in GetFullName()
1065 return PyString_FromCppString(_GetDescriptor(self)->name()); in GetName()
[all …]