Home
last modified time | relevance | path

Searched defs:GetMutableRoot (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcfdf_document.h30 RetainPtr<CPDF_Dictionary> GetMutableRoot() const { return m_pRootDict; } in GetMutableRoot() function
Dcpdf_document.h98 RetainPtr<CPDF_Dictionary> GetMutableRoot() { return m_pRootDict; } in GetMutableRoot() function
/external/flatbuffers/include/flatbuffers/
Dgrpc.h58 T *GetMutableRoot() { return flatbuffers::GetMutableRoot<T>(mutable_data()); } in GetMutableRoot() function