Searched refs:StrType (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/tests/cases/compiler/ |
D | discriminantPropertyCheck.ts | 75 type Instance = StrType | NumType; 77 interface StrType { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | discriminantPropertyCheck.symbols | 239 type Instance = StrType | NumType; 241 >StrType : Symbol(StrType, Decl(discriminantPropertyCheck.ts, 72, 34)) 244 interface StrType { 245 >StrType : Symbol(StrType, Decl(discriminantPropertyCheck.ts, 72, 34)) 248 >type : Symbol(StrType.type, Decl(discriminantPropertyCheck.ts, 74, 19)) 253 >value : Symbol(StrType.value, Decl(discriminantPropertyCheck.ts, 75, 20)) 256 >length : Symbol(StrType.length, Decl(discriminantPropertyCheck.ts, 76, 18)) 289 >inst.value : Symbol(StrType.value, Decl(discriminantPropertyCheck.ts, 75, 20)) 291 >value : Symbol(StrType.value, Decl(discriminantPropertyCheck.ts, 75, 20))
|
D | discriminantPropertyCheck.js | 74 type Instance = StrType | NumType; 76 interface StrType {
|
D | discriminantPropertyCheck.types | 245 type Instance = StrType | NumType; 248 interface StrType { 289 >inst : StrType
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1186 StringRef StrType; in mapping() local 1187 IO.mapRequired("Type", StrType); in mapping() 1188 if (StrType == "Fill") { in mapping()
|