Home
last modified time | relevance | path

Searched defs:Comment (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dcomments.h27 struct Comment { struct
32 Comment(const std::string& body); argument
Dcomments.cpp164 Comment::Comment(const std::string& body) : body(body) { in Comment() function in android::aidl::Comment
/system/core/init/parser/
Dtokenizer_test.cpp125 TEST(Tokenizer, Comment) { in TEST() argument