Searched refs:kQuestion (Results 1 – 5 of 5) sorted by relevance
30 static NSString *const kQuestion = @"What is a course of study called?";55 [mobileBertAnswerer answerWithContext:kContext question:kQuestion];67 [albertAnswerer answerWithContext:kContext question:kQuestion];
150 enum class Section { kQuestion, kAnswer, kAuthority, kAdditional }; enumerator
39 kQuestion = 2, enumerator
54 char kQuestion[] = ...; // question to be answered56 std::vector<QaAnswer> answers = question_answerer.Answer(kContext, kQuestion);
61 static_assert(static_cast<int>(AlertIcon::kQuestion) ==