Searched defs:Comment (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ | ||
D | comments.h | 27 struct Comment { struct |
D | comments.cpp | 164 Comment::Comment(const std::string& body) : body(body) { in Comment() function in android::aidl::Comment |
/system/core/init/parser/ | ||
D | tokenizer_test.cpp | 125 TEST(Tokenizer, Comment) { in TEST() argument |