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

  /frameworks/compile/slang/
slang_rs_object_ref_count.h 54 std::list<clang::VarDecl*> mRSO; // Declared RS objects in this scope (but
61 bool hasRSObject() const { return !mRSO.empty(); }
64 mRSO.push_back(VD);
slang_rs_object_ref_count.cpp     [all...]

Completed in 643 milliseconds