Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.h304 std::string mAttribute; // Some structures may have attributes variable
319 std::string getAttribute() const { return mAttribute; } in getAttribute()
358 std::string mAttribute; // Function attributes. variable
413 std::string getAttribute() const { return mAttribute; } in getAttribute()
441 return mAttribute.empty() || mAttribute[0] != '='; in isOverloadable()
DSpecification.cpp442 spec->mAttribute = scanner->getValue(); in scanTypeSpecification()
639 spec->mAttribute = scanner->getValue(); in scanFunctionSpecification()