HomeSort by relevance Sort by last modified time
    Searched refs:mDeprecatedMessage (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/script_api/
Specification.h 160 std::string mDeprecatedMessage; // Optional specific warning if the API is deprecated
173 std::string getDeprecatedMessage() const { return mDeprecatedMessage; }
Specification.cpp 285 mDeprecatedMessage = value.substr(pComma + 2);
    [all...]

Completed in 768 milliseconds