Home
last modified time | relevance | path

Searched defs:GetRoot (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmldoc.h26 CFX_XMLNode* GetRoot() const { return m_pRoot.get(); } in GetRoot() function
/external/pdfium/core/fpdfapi/parser/
Dcfdf_document.h29 CPDF_Dictionary* GetRoot() const { return m_pRootDict.Get(); } in GetRoot() function
Dcpdf_document.h48 const CPDF_Dictionary* GetRoot() const { return m_pRootDict; } in GetRoot() function
49 CPDF_Dictionary* GetRoot() { return m_pRootDict; } in GetRoot() function
/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.h36 CPDF_Dictionary* GetRoot() const { return m_pRoot.Get(); } in GetRoot() function
Dcpdf_metadata.cpp30 const CXML_Element* CPDF_Metadata::GetRoot() const { in GetRoot() function in CPDF_Metadata
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate.h16 NodeType* GetRoot() const { return m_pRoot; } in GetRoot() function
Dcxfa_document.h66 CXFA_Node* GetRoot() const { return m_pRootNode; } in GetRoot() function
/external/flatbuffers/include/flatbuffers/
Dgrpc.h71 const T *GetRoot() const { return flatbuffers::GetRoot<T>(data()); } in GetRoot() function
Dflexbuffers.h783 inline Reference GetRoot(const uint8_t *buffer, size_t size) { in GetRoot() function
793 inline Reference GetRoot(const std::vector<uint8_t> &buffer) { in GetRoot() function
/external/toolchain-utils/
Drepo_to_repo.py94 def GetRoot(self): member in Repo
/external/toolchain-utils/cros_utils/
Dmisc.py76 def GetRoot(scr_name): function
Dlogger.py13 def GetRoot(scr_name): function
/external/tensorflow/tensorflow/compiler/xla/service/
Duser_computation.cc1586 StatusOr<const OperationRequest*> GetRoot( in GetRoot() function
/external/v8/src/
Dapi.cc9888 const HeapGraphNode* HeapSnapshot::GetRoot() const { in GetRoot() function in v8::HeapSnapshot