Home
last modified time | relevance | path

Searched refs:getDocumentedTypes (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/script_api/
DGenerateDocumentation.cpp425 writeSummaryTables(file, specFile.getDocumentedConstants(), specFile.getDocumentedTypes(), in writeOverviewForFile()
643 const auto& types = specFile.getDocumentedTypes(); in writeDetailedDocumentationFile()
DSpecification.h553 const std::map<std::string, Type*>& getDocumentedTypes() const { return mDocumentedTypes; } in getDocumentedTypes() function