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

/frameworks/rs/script_api/
H A DSpecification.h304 std::string mAttribute; // Some structures may have attributes member in class:TypeSpecification
319 std::string getAttribute() const { return mAttribute; }
358 std::string mAttribute; // Function attributes. member in class:FunctionSpecification
413 std::string getAttribute() const { return mAttribute; }
441 return mAttribute.empty() || mAttribute[0] != '=';
H A DSpecification.cpp442 spec->mAttribute = scanner->getValue();
639 spec->mAttribute = scanner->getValue();
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java1655 private final String mAttribute; field in class:SetterStore.ViewDataBindingGetterCall
1660 mAttribute = attribute.substring(colonIndex + 1);
1661 mGetter = "get" + StringUtils.capitalize(mAttribute);
1697 return mAttribute;

Completed in 58 milliseconds