Searched defs:GetMutableRoot (Results 1 – 3 of 3) sorted by relevance
30 RetainPtr<CPDF_Dictionary> GetMutableRoot() const { return m_pRootDict; } in GetMutableRoot() function
98 RetainPtr<CPDF_Dictionary> GetMutableRoot() { return m_pRootDict; } in GetMutableRoot() function
58 T *GetMutableRoot() { return flatbuffers::GetMutableRoot<T>(mutable_data()); } in GetMutableRoot() function