Home
last modified time | relevance | path

Searched refs:prevType (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DEnumType.cpp66 const EnumType* prevType = nullptr; in resolveInheritance() local
71 prevType = type; in resolveInheritance()
78 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()
79 prevType = this; in resolveInheritance()
765 void EnumValue::autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type) { in autofill() argument
769 CHECK((prevType == nullptr) == (prevValue == nullptr)); in autofill()
775 std::string description = prevType->fullName() + "." + prevValue->name() + " implicitly"; in autofill()
DEnumType.h150 void autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type);