Searched defs:GetAttr (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp343 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_FLOAT fLevel) function in class:CPDF_StructElementImpl
349 CPDF_Object* pAttr = GetAttr(owner, name, FALSE);
356 return m_pParent->GetAttr(owner, name, TRUE, fLevel + 1);
394 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int subindex) function in class:CPDF_StructElementImpl
396 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable);
408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
416 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
425 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
433 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc192 // Constant PyString values used for GetAttr/GetItem.
684 ScopedPyObjectPtr container(GetAttr(self, name));
705 ScopedPyObjectPtr message(GetAttr(self, name));
1562 PyObject* field_value = GetAttr(self, py_field_name);
2198 PyObject* GetAttr(CMessage* self, PyObject* name) { function in namespace:google::protobuf::python::cmessage
2329 (getattrofunc)cmessage::GetAttr, // tp_getattro

Completed in 181 milliseconds