Searched refs:prevValue (Results 1 – 3 of 3) sorted by relevance
135 <% prevValue = None %>\139 % if prevValue is None:142 /** ${entry.name} enumeration values added since v${prevValue.hal_major_version}.${prevValue.hal_mi…146 …case} :${' uint32_t' if prevValue is None else '\n @%d.%d::CameraMetadataEnum%s' % (prevVal…155 <% prevValue = val %>\
68 EnumValue* prevValue = nullptr; in resolveInheritance() local73 prevValue = type->values().back(); in resolveInheritance()79 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()81 prevValue = value; in resolveInheritance()820 void EnumValue::autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type) { in autofill() argument824 CHECK((prevType == nullptr) == (prevValue == nullptr)); in autofill()827 if (prevValue == nullptr) { in autofill()830 std::string description = prevType->fullName() + "." + prevValue->name() + " implicitly"; in autofill()832 Reference<LocalIdentifier>(prevValue->mName, prevValue, mLocation), description); in autofill()
158 void autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type);