Home
last modified time | relevance | path

Searched defs:Unique (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DStringSaver.h44 llvm::DenseSet<llvm::StringRef> Unique; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.cpp120 bool Unique; in createDefinedSym() local
135 bool Unique = GlobalSymbols.insert(std::make_pair(Name, NewSymbol)).second; in noteUndefinedSym() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRef.hpp376 class Unique : public RefBase<T> class
380 Unique (Checked<U> object, Deleter<U> deleter) in Unique() function in vk::refdetails::Unique
384 Unique (RefData<T> data) in Unique() function in vk::refdetails::Unique
/third_party/gn/src/gn/
Dinherited_libraries_unittest.cc21 TEST(InheritedLibraries, Unique) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc344 using Unique = std::pair<T, int>; in CountingSort() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h614 CountSumOrPercent Unique; member
/third_party/typescript/src/compiler/
Dtypes.ts1093 /*@internal*/ Unique = 3, // Unique name based on the 'text' property. enumerator