Searched defs:set_comment (Results 1 – 2 of 2) sorted by relevance
| /third_party/gn/src/gn/ | ||
| D | parse_tree.h | 586 void set_comment(const Token& t) { comment_ = t; } in set_comment() function |
| /third_party/node/deps/v8/tools/ | ||
| D | grokdump.py | 2019 def set_comment(self, address, comment): member in InspectionInfo |