Home
last modified time | relevance | path

Searched defs:isString (Results 1 – 25 of 47) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DarrayEvery.js4 const isString = (x: unknown): x is string => typeof x === 'string'; constant
13 var isString = function (x) { return typeof x === 'string'; }; function
/third_party/typescript/tests/cases/compiler/
DtypePredicatesInUnion2.ts1 declare function isString(x: any): x is string; function
DarrayEvery.ts3 const isString = (x: unknown): x is string => typeof x === 'string'; constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/binary_operators/the_in_operator/
Dthe_in_operator.ts33 function isString(k: A | B) { function
/third_party/typescript/tests/ts_extra_tests/suite/
Dassert.ts31 static isString(s: any, msg?: string) { method in Assert
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dusetiter.h305 inline UBool UnicodeSetIterator::isString() const { in isString() function
/third_party/icu/icu4c/source/common/unicode/
Dusetiter.h308 inline UBool UnicodeSetIterator::isString() const { in isString() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dusetiter.h308 inline UBool UnicodeSetIterator::isString() const { in isString() function
/third_party/node/deps/icu-small/source/common/unicode/
Dusetiter.h308 inline UBool UnicodeSetIterator::isString() const { in isString() function
/third_party/node/lib/
Dutil.js109 function isString(arg) { function
351 isString, property
/third_party/node/deps/npm/node_modules/core-util-is/lib/
Dutil.js53 function isString(arg) { function
/third_party/typescript/tests/cases/conformance/controlFlow/
DassertionTypePredicates1.ts5 declare function isString(value: unknown): value is string; function
DcontrolFlowOptionalChain.ts141 declare const isString: (value: unknown) => asserts value is string; constant
/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp297 bool isString = getChar(offset) == '"' || getChar(offset) == '\''; in parseContainerValue() local
/third_party/flutter/skia/third_party/externals/freetype/src/pcf/
Dpcf.h61 FT_Byte isString; member
70 FT_Byte isString; member
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcf.h60 FT_Byte isString; member
69 FT_Byte isString; member
/third_party/freetype/src/pcf/
Dpcf.h60 FT_Byte isString; member
69 FT_Byte isString; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h71 bool isString() const { return getKind() == Type::String; } in isString() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext.cpp67 bool isString = false; in spvTextToLiteral() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtext.cpp65 bool isString = false; in spvTextToLiteral() local
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext.cpp67 bool isString = false; in spvTextToLiteral() local
/third_party/spirv-tools/source/
Dtext.cpp67 bool isString = false; in spvTextToLiteral() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.h167 UBool isString() const { return fType == URES_STRING; } in isString() function
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.h171 UBool isString() const { return fType == URES_STRING; } in isString() function
/third_party/icu/icu4c/source/tools/genrb/
Dreslist.h171 UBool isString() const { return fType == URES_STRING; } in isString() function

12