HomeSort by relevance Sort by last modified time
    Searched refs:briefComment (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/script_api/
GenerateHeaderFiles.cpp 84 static void writeComment(GeneratedFile* file, const string& name, const string& briefComment,
87 if (briefComment.empty() && comment.size() == 0) {
91 if (!briefComment.empty()) {
92 *file << " * " << name << ": " << briefComment << "\n";
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 442 milliseconds