Home
last modified time | relevance | path

Searched defs:Ver (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/namespace_declarations/
Dnamespace_declarations_1.ts29 Ver: number; property
Dnamespace_declarations_2.ts29 Ver: number; property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStreamBuilder.h64 PdbRaw_ImplVer Ver; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/enums/
Denums.ts31 Ver = "1.0.1", enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyMetadata.cpp70 auto Ver = (VersionMajor * 100) + (VersionMinor * 10); in unifyVersionMD() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/types/
Dtypes.ts47 type Ver = { ver: string }; alias