Searched defs:GenerateComments (Results 1 – 8 of 8) sorted by relevance
82 bool GenerateComments; variable87 bool GenerateComments) in BufferByteStreamer()
60 bool GenerateComments; variable63 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream()
56 bool GenerateComments; variable59 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream()
85 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
102 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
133 void CounterSummaries::GenerateComments(double duration_in_sec) { in GenerateComments() function in simpleperf::CounterSummaries
299 std::string GenerateComments(const AidlCommentable& node) { in GenerateComments() function