Home
last modified time | relevance | path

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

/frameworks/rs/api/
DSpecification.h494 std::map<std::string, Type*> mDocumentedTypes; variable
519 const std::map<std::string, Type*>& getDocumentedTypes() const { return mDocumentedTypes; } in getDocumentedTypes()
525 return !mDocumentedConstants.empty() || !mDocumentedTypes.empty() || in hasSpecifications()
DSpecification.cpp698 mDocumentedTypes.insert(pair<string, Type*>(type->getName(), type)); in addTypeSpecification()