Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext_entity.cpp1604 …auto mBotCommand = withBotCommands ? RegExpBotCommand().match(result.text, matchOffset) : QRegular… in ParseEntities() local
1616 botCommandStart = mBotCommand.hasMatch() ? mBotCommand.capturedStart() : kNotFound, in ParseEntities()
1617 botCommandEnd = mBotCommand.hasMatch() ? mBotCommand.capturedEnd() : kNotFound; in ParseEntities()
1659 if (mBotCommand.hasMatch()) { in ParseEntities()
1660 if (!mBotCommand.capturedView(1).isEmpty()) { in ParseEntities()
1663 if (!mBotCommand.capturedView(3).isEmpty()) { in ParseEntities()
1671 && !mBotCommand.hasMatch()) { in ParseEntities()