Searched refs:kPrompt (Results 1 – 1 of 1) sorted by relevance
212 const char kPrompt[] = "Prompt."; variable230 if (request_str.find(kPrompt) != 0) in OnQuery()233 std::string type = request_str.substr(sizeof(kPrompt) - 1); in OnQuery()286 std::string(kPrompt) + type + ":' + prompt('" + in Prompt()