Home
last modified time | relevance | path

Searched defs:Question (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/Format/
DFormatTokenLexer.cpp330 auto &Question = *(Tokens.end() - 2); in tryMergeCSharpNullConditional() local
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp184 int CPDFSDK_FormFillEnvironment::JS_appResponse(const WideString& Question, in JS_appResponse()
/external/python/enum34/enum/
Dtest.py74 Question = Enum('Question', 'who what when where why', module=__name__) variable
76 Question = sys.exc_info()[1] variable
/external/python/cpython3/Lib/test/
Dtest_enum.py60 Question = Enum('Question', 'who what when where why', module=__name__) variable
62 Question = exc variable