Home
last modified time | relevance | path

Searched refs:getValueComments (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/script_api/
DGenerateHeaderFiles.cpp154 const vector<string>& valueComments = spec.getValueComments(); in writeTypeSpecification()
DSpecification.h322 const std::vector<std::string>& getValueComments() const { return mValueComments; } in getValueComments() function
DGenerateDocumentation.cpp376 const vector<string>& valueComments = spec->getValueComments(); in writeDetailedTypeSpecification()