Home
last modified time | relevance | path

Searched defs:StringLiteral (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringRef.h862 constexpr StringLiteral(const char *Str, size_t N) : StringRef(Str, N) { in StringLiteral() function
867 constexpr StringLiteral(const char (&Str)[N]) in StringLiteral() function
/third_party/flutter/skia/third_party/externals/spirv-tools/test/comp/
Dmarkv_codec_test.cpp291 TEST(Markv, StringLiteral) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h849 constexpr StringLiteral(const char (&Str)[N]) in StringLiteral() function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts117 StringLiteral, enumerator
DparserRealSource11.ts795 export class StringLiteral extends Expression { class
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3146 var StringLiteral = /** @class */ (function (_super) { class
3148 function StringLiteral(text) { class in anonymousFunctionf875237c0600.StringLiteral
3153 StringLiteral.prototype.emit = function (emitter, tokenId, startLine) { class
/third_party/typescript/src/services/
DfindAllReferences.ts17 …export const enum EntryKind { Span, Node, StringLiteral, SearchedLocalFoundProperty, SearchedPrope… enumerator
Dtypes.ts1235 StringLiteral, enumerator
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc1520 StringLiteral, enumerator
/third_party/typescript/src/compiler/
Dtypes.ts36 StringLiteral, enumerator
/third_party/typescript/lib/
Dtypescript.d.ts116 StringLiteral = 10, enumerator
965 export interface StringLiteral extends LiteralExpression, Declaration { interface
2480 StringLiteral = 128, enumerator
6199 StringLiteral = 8, enumerator
DtypescriptServices.d.ts116 StringLiteral = 10, enumerator
965 export interface StringLiteral extends LiteralExpression, Declaration { interface
2480 StringLiteral = 128, enumerator
6199 StringLiteral = 8, enumerator
Dtsserverlibrary.d.ts116 StringLiteral = 10, enumerator
965 export interface StringLiteral extends LiteralExpression, Declaration { interface
2480 StringLiteral = 128, enumerator
6199 StringLiteral = 8, enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts116 StringLiteral = 10, enumerator
976 export interface StringLiteral extends LiteralExpression, Declaration { interface
2513 StringLiteral = 128, enumerator
6444 StringLiteral = 8, enumerator
Dtsserverlibrary.d.ts116 StringLiteral = 10, enumerator
976 export interface StringLiteral extends LiteralExpression, Declaration { interface
2513 StringLiteral = 128, enumerator
6444 StringLiteral = 8, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h2012 StringLiteral(const Node *Type_) : Node(KStringLiteral), Type(Type_) {} in StringLiteral() function