Home
last modified time | relevance | path

Searched refs:Comments (Results 1 – 14 of 14) sorted by relevance

/system/tools/aidl/
Dcomments.h41 using Comments = std::vector<Comment>; variable
43 bool HasHideInComments(const Comments& comments);
49 std::optional<Deprecated> FindDeprecated(const Comments& comments);
51 std::string FormatCommentsForJava(const Comments& comments);
Dparser.h35 AidlToken(const std::string& text, android::aidl::Comments comments) in AidlToken()
45 const android::aidl::Comments& GetComments() const { return comments_; } in GetComments()
54 android::aidl::Comments comments_;
Daidl_language.cpp74 AidlNode::AidlNode(const AidlLocation& location, const Comments& comments) in AidlNode()
91 Comments{}};
93 Comments{}};
94 static const AidlTypeSpecifier kIntType{AIDL_LOCATION_HERE, "int", false, nullptr, Comments{}};
95 static const AidlTypeSpecifier kLongType{AIDL_LOCATION_HERE, "long", false, nullptr, Comments{}};
97 Comments{}};
170 const Comments& comments) { in Parse()
199 const Comments& comments) in AidlAnnotation()
340 AidlAnnotatable::AidlAnnotatable(const AidlLocation& location, const Comments& comments) in AidlAnnotatable()
446 const Comments& comments) in AidlTypeSpecifier()
[all …]
Daidl_language.h38 using android::aidl::Comments;
127 AidlNode(const AidlLocation& location, const Comments& comments = {});
144 const Comments& GetComments() const { return comments_; }
145 void SetComments(const Comments& comments) { comments_ = comments; }
151 Comments comments_;
186 AidlCommentable(const AidlLocation& location, const Comments& comments)
241 const Comments& comments);
293 const Comments& comments);
308 AidlAnnotatable(const AidlLocation& location, const Comments& comments);
358 vector<unique_ptr<AidlTypeSpecifier>>* type_params, const Comments& comments);
[all …]
Dcomments.cpp189 static std::optional<Comment> GetValidComment(const Comments& comments) { in GetValidComment()
198 bool HasHideInComments(const Comments& comments) { in HasHideInComments()
206 std::optional<Deprecated> FindDeprecated(const Comments& comments) { in FindDeprecated()
221 std::string FormatCommentsForJava(const Comments& comments) { in FormatCommentsForJava()
Daidl.cpp441 AidlParcelable* doc = new AidlParcelable(location, class_name, package, Comments{}); in parse_preprocessed_file()
445 new AidlStructuredParcelable(location, class_name, package, Comments{}, nullptr, nullptr); in parse_preprocessed_file()
449 new AidlInterface(location, class_name, Comments{}, false, package, nullptr); in parse_preprocessed_file()
679 new AidlTypeSpecifier(AIDL_LOCATION_HERE, "int", false, nullptr, Comments{}); in load_and_validate_aidl()
683 AIDL_LOCATION_HERE, false, ret, "getInterfaceVersion", args, Comments{}, in load_and_validate_aidl()
690 new AidlTypeSpecifier(AIDL_LOCATION_HERE, "String", false, nullptr, Comments{}); in load_and_validate_aidl()
694 AIDL_LOCATION_HERE, false, ret, kGetInterfaceHash, args, Comments{}, in load_and_validate_aidl()
Daidl_to_cpp_common.cpp350 /* type_params= */ nullptr, Comments{}); in PublicFields()
429 /* type_params= */ nullptr, Comments{}); in ReadFromParcel()
473 /* type_params= */ nullptr, Comments{}); in WriteToParcel()
Daidl_language_l.ll46 using android::aidl::Comments;
49 Comments comments;
Daidl_dumpapi.cpp160 static void DumpComments(CodeWriter& out, const Comments& comments) { in DumpComments()
Daidl_unittest.cpp647 EXPECT_EQ((Comments{{"/* foo */"}}), parse_result->GetComments()); in TEST_P()
650 EXPECT_EQ((Comments{{"/* i */"}}), interface->GetMethods()[0]->GetComments()); in TEST_P()
651 EXPECT_EQ((Comments{{"// j\n"}}), interface->GetMethods()[1]->GetComments()); in TEST_P()
652 EXPECT_EQ((Comments{{"// k1\n"}, {"/* k2 */"}}), interface->GetMethods()[2]->GetComments()); in TEST_P()
671 EXPECT_EQ((Comments{{"// get bar\n"}}), interface->GetMethods()[0]->GetComments()); in TEST_P()
Daidl_language_y.yy189 Comments comments;
Daidl_const_expressions.cpp743 Comments{}); in AidlConstantReference()
Dgenerate_java.cpp684 nullptr /* type_params */, Comments{}); in generate_union()
/system/bt/gd/docs/architecture/
Darchitecture.md224 // Comments