Home
last modified time | relevance | path

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

123

/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_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dtype-guard-in-arrow-function.src.ts1 const isString = (x: any): x is string => { constant
Dtype-guard-in-function.src.ts1 function isString(x: any): x is string { function
Dtype-assertion-in-interface.src.ts2 isString(node: any): asserts node; method
Dtype-guard-in-interface.src.ts2 isString(node: any): node is string; method
Dtype-assertion-with-guard-in-interface.src.ts2 isString(node: any): asserts node is string; method
/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/skia/third_party/externals/icu/source/common/unicode/
Dusetiter.h308 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/flutter/skia/third_party/externals/icu/source/common/unicode/
Dusetiter.h305 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/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/node/lib/
Dutil.js109 function isString(arg) { function
351 isString, property
/third_party/flatbuffers/ts/flexbuffers/
Dreference.ts38isString(): boolean { return ValueType.STRING === this.valueType || ValueType.KEY === this.valueTy… method in Reference
/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp297 bool isString = getChar(offset) == '"' || getChar(offset) == '\''; in parseContainerValue() local
/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/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/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/spirv-tools/source/
Dtext.cpp67 bool isString = false; in spvTextToLiteral() local
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext.cpp67 bool isString = false; in spvTextToLiteral() local

123