Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.h510 std::vector<std::string> mVerbatimInclude; variable
539 const std::vector<std::string>& getVerbatimInclude() const { return mVerbatimInclude; } in getVerbatimInclude()
DSpecification.cpp828 mVerbatimInclude.push_back(scanner.getValue()); in readSpecFile()