Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcfdf_document.h29 CPDF_Dictionary* GetRoot() const { return m_pRootDict.Get(); } in GetRoot() function
Dcpdf_document.h100 CPDF_Dictionary* GetRoot() const { return m_pRootDict.Get(); } in GetRoot() function
Dcpdf_parser.cpp799 CPDF_Dictionary* CPDF_Parser::GetRoot() const { in GetRoot() function in CPDF_Parser
/external/pdfium/core/fxcrt/xml/
Dcfx_xmldocument.h23 CFX_XMLElement* GetRoot() const { return root_.Get(); } in GetRoot() function
Dcfx_xmlnode.cpp17 CFX_XMLNode* CFX_XMLNode::GetRoot() { in GetRoot() function in CFX_XMLNode
Dcfx_xmlnode_unittest.cpp44 TEST(CFX_XMLNodeTest, GetRoot) { in TEST() argument
/external/llvm-project/lldb/include/lldb/Utility/
DReproducer.h45 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
180 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate.h20 NodeType* GetRoot() const { return m_pRoot.Get(); } in GetRoot() function
Dcxfa_document.h90 CXFA_Node* GetRoot() const { return m_pRootNode; } in GetRoot() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_tree.h143 DominatorTreeNode* GetRoot() { in GetRoot() function
148 const DominatorTreeNode* GetRoot() const { in GetRoot() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.h143 DominatorTreeNode* GetRoot() { in GetRoot() function
148 const DominatorTreeNode* GetRoot() const { in GetRoot() function
/external/flatbuffers/include/flatbuffers/
Dgrpc.h70 const T *GetRoot() const { return flatbuffers::GetRoot<T>(data()); } in GetRoot() function
Dflexbuffers.h864 inline Reference GetRoot(const uint8_t *buffer, size_t size) { in GetRoot() function
874 inline Reference GetRoot(const std::vector<uint8_t> &buffer) { in GetRoot() function
/external/toolchain-utils/cros_utils/
Dmisc.py84 def GetRoot(scr_name): function
Dlogger.py17 def GetRoot(scr_name): function
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h345 BufferIntervalTreeNode* GetRoot() { return root_; } in GetRoot() function
/external/llvm-project/lldb/source/Utility/
DReproducer.cpp220 const FileSpec &Generator::GetRoot() const { return m_root; } in GetRoot() function in Generator
/external/llvm-project/lldb/source/Core/
DValueObject.cpp3128 ValueObject *ValueObject::GetRoot() { in GetRoot() function in ValueObject