Home
last modified time | relevance | path

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

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