Home
last modified time | relevance | path

Searched refs:ffzEmotes_ (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/twitch/
H A DTwitchChannel.cpp156 , ffzEmotes_(std::make_shared<EmoteMap>())
259 this->ffzEmotes_.set( in refreshFFZChannelEmotes()
522 auto emotes = this->ffzEmotes_.get(); in ffzEmote()
537 return this->ffzEmotes_.get(); in ffzEmotes()
H A DTwitchChannel.hpp162 Atomic<std::shared_ptr<const EmoteMap>> ffzEmotes_; member in chatterino::TwitchChannel