69 inline void SetEmoji(
const char* value) { m_emojiHasBeenSet =
true; m_emoji.assign(value); }
118 inline void SetShortCode(
const char* value) { m_shortCodeHasBeenSet =
true; m_shortCode.assign(value); }
162 inline void SetUnicode(
const char* value) { m_unicodeHasBeenSet =
true; m_unicode.assign(value); }
182 bool m_emojiHasBeenSet;
185 bool m_shortCodeHasBeenSet;
188 bool m_unicodeHasBeenSet;