Searched refs:GenerateComments (Results 1 – 6 of 6) sorted by relevance
47 std::string GenerateComments(const AidlCommentable& node);
292 std::string GenerateComments(const AidlCommentable& node) { in GenerateComments() function379 parcel_class->comment = GenerateComments(*parcel); in generate_parcel_class()392 out << GenerateComments(*variable); in generate_parcel_class()664 (*code_writer) << GenerateComments(*enum_decl); in generate_enum()669 (*code_writer) << GenerateComments(*enumerator); in generate_enum()693 out << GenerateComments(*decl); in generate_union()757 out << GenerateComments(*variable); in generate_union()
396 out << GenerateComments(*constant); in generate_constant_declarations()406 decl->comment = GenerateComments(method); in generate_interface_method()587 proxy->comment = GenerateComments(method); in generate_proxy_method()1006 default_method->comment = GenerateComments(method); in generate_default_impl_method()1078 interface->comment = GenerateComments(*iface); in generate_binder_interface_class()
120 void CounterSummaries::GenerateComments(double duration_in_sec) { in GenerateComments() function in simpleperf::CounterSummaries841 summaries.GenerateComments(duration_in_sec); in ShowCounters()
312 void GenerateComments(double duration_in_sec);
566 summaries_->GenerateComments(1.0); in GetComment()