Searched defs:GetRoot (Results 1 – 14 of 14) sorted by relevance
26 CFX_XMLNode* GetRoot() const { return m_pRoot.get(); } in GetRoot() function
29 CPDF_Dictionary* GetRoot() const { return m_pRootDict.Get(); } in GetRoot() function
48 const CPDF_Dictionary* GetRoot() const { return m_pRootDict; } in GetRoot() function49 CPDF_Dictionary* GetRoot() { return m_pRootDict; } in GetRoot() function
36 CPDF_Dictionary* GetRoot() const { return m_pRoot.Get(); } in GetRoot() function
30 const CXML_Element* CPDF_Metadata::GetRoot() const { in GetRoot() function in CPDF_Metadata
16 NodeType* GetRoot() const { return m_pRoot; } in GetRoot() function
66 CXFA_Node* GetRoot() const { return m_pRootNode; } in GetRoot() function
71 const T *GetRoot() const { return flatbuffers::GetRoot<T>(data()); } in GetRoot() function
783 inline Reference GetRoot(const uint8_t *buffer, size_t size) { in GetRoot() function793 inline Reference GetRoot(const std::vector<uint8_t> &buffer) { in GetRoot() function
94 def GetRoot(self): member in Repo
76 def GetRoot(scr_name): function
13 def GetRoot(scr_name): function
1586 StatusOr<const OperationRequest*> GetRoot( in GetRoot() function
9888 const HeapGraphNode* HeapSnapshot::GetRoot() const { in GetRoot() function in v8::HeapSnapshot