Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.h301 std::string mStructName; // The name found after the struct keyword variable
316 std::string getStructName() const { return mStructName; } in getStructName()
DSpecification.cpp421 spec->mStructName = scanner->getValue(); in scanTypeSpecification()