Searched refs:TagsCount (Results 1 – 1 of 1) sorted by relevance
31 size_t TagsCount() const { in TagsCount() function in runtests::__anon42c45a1e0111::LogMessage75 uint8_t* payload = reinterpret_cast<uint8_t*>(strings + log_msg.TagsCount()); in FillLogMessagePayload()79 for (size_t i = 0; i < log_msg.TagsCount(); ++i) { in FillLogMessagePayload()91 return log_msg.TagsCount() * sizeof(fidl_string_t) + offset; in FillLogMessagePayload()105 tags_n_msgs += log_msgs[i].TagsCount(); in SendLogMessagesHelper()
Completed in 3 milliseconds