| /third_party/typescript/tests/baselines/reference/ |
| D | controlFlowAliasingCatchVariables(useunknownincatchvariables=false).js | 4 const isString = typeof e === 'string'; constant 16 const isString = typeof e === 'string'; constant 33 var isString = typeof e === 'string'; variable
|
| D | controlFlowAliasingCatchVariables(useunknownincatchvariables=true).js | 4 const isString = typeof e === 'string'; constant 16 const isString = typeof e === 'string'; constant 33 var isString = typeof e === 'string'; variable
|
| D | arrayEvery.js | 4 const isString = (x: unknown): x is string => typeof x === 'string'; constant 13 var isString = function (x) { return typeof x === 'string'; }; function
|
| D | controlFlowAliasing.js | 50 const isString = typeof obj.x === 'string'; constant 57 const isString = typeof obj.x === 'string'; constant 65 const isString = typeof obj[0] === 'string'; constant 72 const isString = typeof obj[0] === 'string'; constant
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowAliasing.ts | 7 const isString = typeof x === "string"; constant 17 const isString = typeof x === "string"; constant 24 const isString = typeof x === "string"; constant 35 const isString = typeof x === "string"; constant 52 const isString = typeof obj.x === 'string'; constant 59 const isString = typeof obj.x === 'string'; constant 67 const isString = typeof obj[0] === 'string'; constant 74 const isString = typeof obj[0] === 'string'; constant
|
| D | controlFlowAliasingCatchVariables.ts | 5 const isString = typeof e === 'string'; constant 17 const isString = typeof e === 'string'; constant
|
| D | assertionTypePredicates1.ts | 5 declare function isString(value: unknown): value is string; function
|
| D | controlFlowOptionalChain.ts | 141 declare const isString: (value: unknown) => asserts value is string; constant
|
| /third_party/typescript/tests/cases/compiler/ |
| D | typePredicatesInUnion2.ts | 1 declare function isString(x: any): x is string; function
|
| D | arrayEvery.ts | 3 const isString = (x: unknown): x is string => typeof x === 'string'; constant
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/modules_always_emits_as_namespace/ |
| D | modules_always_emits_as_namespace_2.ts | 26 export function isString(value: unknown): boolean { function
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/binary_operators/the_in_operator/ |
| D | the_in_operator.ts | 33 function isString(k: A | B) { function
|
| /third_party/typescript/tests/ts_extra_tests/suite/ |
| D | assert.ts | 31 static isString(s: any, msg?: string) { method in Assert
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | usetiter.h | 308 inline UBool UnicodeSetIterator::isString() const { in isString() function
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | usetiter.h | 306 inline UBool UnicodeSetIterator::isString() const { in isString() function
|
| /third_party/flatbuffers/ts/flexbuffers/ |
| D | reference.ts | 44 …isString(): boolean { return ValueType.STRING === this.valueType || ValueType.KEY === this.valueTy… method in Reference
|
| /third_party/vk-gl-cts/executor/ |
| D | xeContainerFormatParser.cpp | 297 bool isString = getChar(offset) == '"' || getChar(offset) == '\''; in parseContainerValue() local
|
| /third_party/skia/third_party/externals/freetype/src/pcf/ |
| D | pcf.h | 60 FT_Byte isString; member 69 FT_Byte isString; member
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | usettest.c | 423 bool isString = false; in expectItems() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | MsgPackDocument.h | 71 bool isString() const { return getKind() == Type::String; } in isString() function
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| D | text.cpp | 67 bool isString = false; in spvTextToLiteral() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| D | text.cpp | 67 bool isString = false; in spvTextToLiteral() local
|
| /third_party/spirv-tools/source/ |
| D | text.cpp | 67 bool isString = false; in spvTextToLiteral() local
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| D | reslist.h | 171 UBool isString() const { return fType == URES_STRING; } in isString() function
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| D | reslist.h | 171 UBool isString() const { return fType == URES_STRING; } in isString() function
|