Searched refs:textTypeJson (Results 1 – 1 of 1) sorted by relevance
6032 nlohmann::json textTypeJson = nlohmann::json::parse(textType, nullptr, false); in FindTextByTextHint() local6033 if (!textTypeJson.is_null() && !textTypeJson.is_discarded() && in FindTextByTextHint()6034 textTypeJson.contains("type") && textTypeJson["type"] == value) { in FindTextByTextHint()