Searched defs:mAttribute (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A DSpecification.h294 std::string mAttribute; // Some structures may have attributes member in class:TypeSpecification
309 std::string getAttribute() const { return mAttribute; }
345 std::string mAttribute; // Function attributes. member in class:FunctionSpecification
385 std::string getAttribute() const { return mAttribute; }
413 return mAttribute.empty() || mAttribute[0] != '=';

Completed in 75 milliseconds