Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.h309 std::vector<std::string> mValueComments; // One entry per enum value variable
322 const std::vector<std::string>& getValueComments() const { return mValueComments; } in getValueComments()
DSpecification.cpp438 spec->mValueComments.push_back(comment); in scanTypeSpecification()