HomeSort by relevance Sort by last modified time
    Searched defs:mLicenseNote (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_base.h 49 std::string mLicenseNote;
slang_rs_reflection.h 65 std::string mLicenseNote;
132 mLicenseNote(ApacheLicenseNote),
173 mLicenseNote = LicenseNote;
slang_rs_context.h 81 std::string *mLicenseNote;
130 mLicenseNote = new std::string(S);
132 inline const std::string *getLicenseNote() const { return mLicenseNote; }

Completed in 109 milliseconds