Home
last modified time | relevance | path

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

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