Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Dfield.cc58 return cmessage::GetFieldValue(reinterpret_cast<CMessage*>(obj), in DescrGet()
Dmessage.h258 PyObject* GetFieldValue(CMessage* self,
Dmessage.cc1126 ScopedPyObjectPtr map(GetFieldValue(self, descriptor)); in InitAttributes()
1157 ScopedPyObjectPtr container(GetFieldValue(self, descriptor)); in InitAttributes()
1224 ScopedPyObjectPtr message(GetFieldValue(self, descriptor)); in InitAttributes()
2115 PyObject* field_value = GetFieldValue(self, fields[i]); in ListFields()
2600 PyObject* GetFieldValue(CMessage* self, in GetFieldValue() function
2714 cmessage::GetFieldValue(new_parent, this->parent_field_descriptor); in DeepCopy()