Home
last modified time | relevance | path

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

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