Searched refs:MsgToTag (Results 1 – 5 of 5) sorted by relevance
69 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()
79 return MsgToTag(msg(), msg_len()); in GetTag()
68 int32_t numeric_tag = MsgToTag(msg, len); in ShouldLog()
123 int32_t tag_int = MsgToTag(msg, len); in ShouldLog()