Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.h528 std::map<std::string, Type*> mDocumentedTypes; variable
553 const std::map<std::string, Type*>& getDocumentedTypes() const { return mDocumentedTypes; } in getDocumentedTypes()
559 return !mDocumentedConstants.empty() || !mDocumentedTypes.empty() || in hasSpecifications()
DSpecification.cpp791 mDocumentedTypes.insert(pair<string, Type*>(type->getName(), type)); in addTypeSpecification()