Searched refs:Comments (Results 1 – 14 of 14) sorted by relevance
/system/tools/aidl/ |
D | comments.h | 41 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);
|
D | parser.h | 35 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_;
|
D | aidl_language.cpp | 74 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 …]
|
D | aidl_language.h | 38 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 …]
|
D | comments.cpp | 189 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()
|
D | aidl.cpp | 441 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()
|
D | aidl_to_cpp_common.cpp | 350 /* type_params= */ nullptr, Comments{}); in PublicFields() 429 /* type_params= */ nullptr, Comments{}); in ReadFromParcel() 473 /* type_params= */ nullptr, Comments{}); in WriteToParcel()
|
D | aidl_language_l.ll | 46 using android::aidl::Comments; 49 Comments comments;
|
D | aidl_dumpapi.cpp | 160 static void DumpComments(CodeWriter& out, const Comments& comments) { in DumpComments()
|
D | aidl_unittest.cpp | 647 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()
|
D | aidl_language_y.yy | 189 Comments comments;
|
D | aidl_const_expressions.cpp | 743 Comments{}); in AidlConstantReference()
|
D | generate_java.cpp | 684 nullptr /* type_params */, Comments{}); in generate_union()
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 224 // Comments
|