Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.cpp67 const EnumType* prevType = nullptr; in resolveInheritance() local
72 prevType = type; in resolveInheritance()
79 value->autofill(prevType, prevValue, mStorageType->resolveToScalarType()); in resolveInheritance()
80 prevType = this; in resolveInheritance()
820 void EnumValue::autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type) { in autofill() argument
824 CHECK((prevType == nullptr) == (prevValue == nullptr)); in autofill()
830 std::string description = prevType->fullName() + "." + prevValue->name() + " implicitly"; in autofill()
DEnumType.h158 void autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type);