HomeSort by relevance Sort by last modified time
    Searched defs:GetObject (Results 1 - 23 of 23) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_dest.h 24 CPDF_Object* GetObject() const { return m_pObj.Get(); }
  /external/pdfium/core/fxge/
cfx_graphstate.h 38 const CFX_GraphStateData* GetObject() const { return m_Ref.GetObject(); }
  /external/pdfium/core/fpdfapi/page/
cpdf_path.h 43 const CFX_PathData* GetObject() const { return m_Ref.GetObject(); }
cpdf_streamparser.h 36 std::unique_ptr<CPDF_Object> GetObject() { return std::move(m_pLastObj); }
cpdf_streamcontentparser.cpp 354 CPDF_Object* CPDF_StreamContentParser::GetObject(uint32_t index) {
589 CPDF_Object* pProperty = GetObject(0);
708 CPDF_Array* pArray = ToArray(GetObject(1));
    [all...]
  /external/pdfium/core/fxcrt/
shared_copy_on_write.h 38 const ObjClass* GetObject() const { return m_pObject.Get(); }
  /external/pdfium/fxjs/
cfxjse_arguments.cpp 48 CFXJSE_HostObject* CFXJSE_Arguments::GetObject(int32_t index,
  /external/v8/src/base/
win32-headers.h 75 #undef GetObject
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
object_tracker.h 122 inline const TrackedObject* GetObject(const std::string& id) const {
131 inline TrackedObject* GetObject(const std::string& id) {
142 const TrackedObject* object = GetObject(id);
  /art/runtime/
art_field-inl.h 259 inline ObjPtr<mirror::Object> ArtField::GetObject(ObjPtr<mirror::Object> object) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bitscfg.h 119 virtual HRESULT WINAPI GetObject(BSTR Path,IBITSExtensionSetup **ppExtensionSetup) = 0;
131 HRESULT (WINAPI *GetObject)(IBITSExtensionSetupFactory *This,BSTR Path,IBITSExtensionSetup **ppExtensionSetup);
145 #define IBITSExtensionSetupFactory_GetObject(This,Path,ppExtensionSetup) (This)->lpVtbl->GetObject(This,Path,ppExtensionSetup)
wmiatlprov.h 22 HRESULT WINAPI GetObject(const BSTR ObjectPath,__LONG32 lFlags,IWbemContext *pCtx,IWbemClassObject **ppObject,IWbemCallResult **ppCallResult) {return WBEM_E_NOT_SUPPORTED;};
57 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pErrorObject,NULL);
132 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pCreationEventClass,NULL);
141 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pModificationEventClass,NULL);
150 m_hr = pNamespace->GetObject(bstrString,0,pCtx,&m_pDeletionEventClass,NULL);
272 virtual HRESULT WINAPI GetObject(const BSTR strObjectPath,__LONG32 lFlags,IWbemContext *pCtx,IWbemClassObject **ppObject,IWbemCallResult **ppCallResult) {return WBEM_E_NOT_SUPPORTED;};
xmltrnsf.h 100 virtual HRESULT WINAPI GetObject(BSTR strObjectPath,IDispatch *pCtx,IXMLDOMDocument **ppXMLDocument) = 0;
140 HRESULT (WINAPI *GetObject)(IWmiXMLTransformer *This,BSTR strObjectPath,IDispatch *pCtx,IXMLDOMDocument **ppXMLDocument);
182 #define IWmiXMLTransformer_GetObject(This,strObjectPath,pCtx,ppXMLDocument) (This)->lpVtbl->GetObject(This,strObjectPath,pCtx,ppXMLDocument)
ole.h 346 OLESTATUS (CALLBACK *GetObject) (LPOLESERVERDOC, OLE_LPCSTR, LPOLEOBJECT *, LPOLECLIENT);
hlink.h 536 virtual HRESULT WINAPI GetObject(IMoniker *pimk,WINBOOL fBindIfRootRegistered,IUnknown **ppiunk) = 0;
    [all...]
comsvcs.h     [all...]
iads.h     [all...]
wingdi.h     [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.cpp 207 std::unique_ptr<CPDF_Object> CPDF_DataAvail::GetObject(uint32_t objnum,
232 std::unique_ptr<CPDF_Object> pInfo = GetObject(m_dwInfoObjNum, &bExist);
246 m_pRoot = GetObject(m_dwRootObjNum, &bExist);
305 std::unique_ptr<CPDF_Object> pObj = GetObject(dwPageObjNum, &bExists);
380 std::unique_ptr<CPDF_Object> pPages = GetObject(m_PagesObjNum, &bExists);
549 std::unique_ptr<CPDF_Object> pPages = GetObject(dwPageNo, &bExists);
580 std::unique_ptr<CPDF_Object> pPage = GetObject(dwPageNo, &bExists);
715 std::unique_ptr<CPDF_Object> pPages = GetObject(m_PagesObjNum, &bExists);
  /external/v8/src/heap/
spaces.h 799 HeapObject* GetObject() { return HeapObject::FromAddress(area_start()); }
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/
aws-java-sdk-s3-1.11.18.jar 

Completed in 923 milliseconds