Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/script_api/
H A DSpecification.h307 std::string mEnumName; // The name found after the enum keyword variable
320 std::string getEnumName() const { return mEnumName; } in getEnumName()
H A DSpecification.cpp432 spec->mEnumName = scanner->getValue(); in scanTypeSpecification()