Home
last modified time | relevance | path

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

/frameworks/rs/api/
DSpecification.h301 std::vector<std::string> mFieldComments; // One entry per struct field variable
316 const std::vector<std::string>& getFieldComments() const { return mFieldComments; } in getFieldComments()
DSpecification.cpp423 spec->mFieldComments.push_back(comment); in scanTypeSpecification()