Searched refs:MsgToTag (Results 1 – 5 of 5) sorted by relevance
68 static inline uint32_t MsgToTag(const char* msg, uint16_t msg_len) { in MsgToTag() function
56 .tag = IsBinary(log_id) ? MsgToTag(msg(), msg_len()) : 0, in ToLogStatisticsElement()
98 return MsgToTag(msg(), msg_len()); in GetTag()
67 int32_t numeric_tag = MsgToTag(msg, len); in ShouldLog()
58 int32_t tag_int = MsgToTag(msg, len); in ShouldLog()