Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.h31 const CPDF_Object* GetObj() const { return m_pObj.Get(); } in GetObj() function
32 CPDF_Object* GetObj() { return m_pWritableObj.Get(); } in GetObj() function
Dcpdf_filespec_unittest.cpp203 file_spec.GetObj()->AsDictionary()->GetDictFor("EF"); in TEST()
248 file_spec.GetObj()->AsDictionary()->GetDictFor("EF"); in TEST()
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py44 def GetObj(self, objList): member in JetCutCopy
DJetCreator.py1118 self.jet_file.segments.append(self.clipBoard.GetObj(self.jet_file.segments))
1125 segment.jetevents.append(self.clipBoard.GetObj(segment.jetevents))
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp820 … EXPECT(vkFreeDescriptorSets(device(), containing_pool_->GetObj(), 1, sets) == VK_SUCCESS); in ~DescriptorSet()
Dvktestbinding.h669 VkDescriptorPool GetObj() { return pool_; } in GetObj() function