|
| bool | ttv::chat::SortTokenRangesByTypeThenRangeNum (const TokenRange &a, const TokenRange &b) |
| |
| bool | ttv::chat::SortTokenRangesByStartIndex (const TokenRange &a, const TokenRange &b) |
| |
| bool | ttv::chat::SortEmoticonRangesByEmoticonId (const TokenRange &a, const TokenRange &b) |
| |
| void | ttv::chat::RemoveOverlappingRanges (std::vector< TokenRange > &ranges) |
| |
| void | ttv::chat::AdjustByteRangesToUtf8Ranges (std::vector< TokenRange > &ranges, const std::string &message) |
| |
| void | ttv::chat::AdjustUtf8RangesToByteRanges (std::vector< TokenRange > &ranges, const std::string &message) |
| |
| bool | ttv::chat::ParseEmotesMessageTag (const std::string &emotesMessageTag, std::map< EmoticonId, std::vector< EmoteRange >> &result) |
| |
| bool | ttv::chat::ParseBadgesMessageTag (const std::string &messageTag, std::vector< std::pair< std::string, std::string >> &result) |
| |
| bool | ttv::chat::GenerateBadgesMessageTag (const std::vector< std::pair< std::string, std::string >> &badges, std::string &result) |
| |
| bool | ttv::chat::TokenizeLocalMessage (const std::shared_ptr< User > &user, ChannelId channelId, const std::string &message, std::string &emotesMessageTag, std::string &badgesMessageTag) |
| |
| void | ttv::chat::TokenizeServerMessage (const std::string &message, const TokenizationOptions &tokenizationOptions, const std::string &messageTags, const std::shared_ptr< BitsConfiguration > &bitsConfig, const std::vector< std::string > &localUserNames, MessageInfo &tokenizedMessage) |
| |
| void | ttv::chat::TokenizeServerMessage (const std::string &message, const TokenizationOptions &tokenizationOptions, const std::map< EmoticonId, std::vector< EmoteRange >> &emoticonRanges, const std::vector< std::string > &localUserNames, MessageInfo &tokenizedMessage) |
| |
| void | ttv::chat::TokenizeServerMessage (const std::string &message, const TokenizationOptions &tokenizationOptions, const std::map< EmoticonId, std::vector< EmoteRange >> &emoticonRanges, const std::shared_ptr< BitsConfiguration > &bitsConfig, const std::vector< std::string > &localUserNames, MessageInfo &tokenizedMessage) |
| |