Home
last modified time | relevance | path

Searched defs:getUniqueName (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/bench/
DBenchmark.cpp22 const char* Benchmark::getUniqueName() { in getUniqueName() function in Benchmark
/third_party/typescript/src/services/refactors/
DconvertImport.ts189 …const namespaceImportName = namespaceNameConflicts ? getUniqueName(preferredName, sourceFile) : pr… constant
DmoveToNewFile.ts245 …const newNamespaceName = needUniqueName ? getUniqueName(preferredNewNamespaceName, sourceFile) : p… constant
/third_party/typescript/src/services/
Dutilities.ts2648 export function getUniqueName(baseName: string, sourceFile: SourceFile): string { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h460 StringRef getUniqueName() const { return UniqueName; } in getUniqueName() function