Searched defs:ImmutableLValue (Results 1 – 1 of 1) sorted by relevance
862 class ImmutableLValue final : public LValue { class864 explicit ImmutableLValue(const Variable* v) : fVariable(v) {} in ImmutableLValue() function in SkSL::RP::ImmutableLValue