Home
last modified time | relevance | path

Searched defs:bool2 (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardNesting.ts6 let bool2: boolean = (typeof strOrBool !== 'string') ? strOrBool : false; variable
13 let bool2: boolean = (typeof strOrBool !== 'string') ? strOrBool : false; variable
/third_party/typescript/tests/baselines/reference/
DtypeGuardNesting.js7 let bool2: boolean = (typeof strOrBool !== 'string') ? strOrBool : false; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/template_literals/
Dtemplate_literals.ts36 let bool2 = `\${37*3}` == '${37*3}'; variable
/third_party/ffmpeg/libavutil/tests/
Dopt.c56 int bool2; member
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp64 …typedef tvec2<bool, highp> bool2; //!< \brief boolean type with 2 components. (From GLM_GTX_co… typedef