Home
last modified time | relevance | path

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

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