Searched defs:UniqueID (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/skia/ext/
H A DSkTypeface_fake.cpp9 uint32_t SkTypeface::UniqueID(const SkTypeface* face) function in class:SkTypeface
/external/clang/include/clang/Basic/
H A DFileSystemStatCache.h35 llvm::sys::fs::UniqueID UniqueID; member in struct:clang::FileData
H A DFileManager.h67 llvm::sys::fs::UniqueID UniqueID; member in class:clang::FileEntry
84 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false)
91 FileEntry(const FileEntry &FE) : UniqueID(FE.UniqueID),
100 const llvm::sys::fs::UniqueID &getUniqueID() const { return UniqueID; }
107 bool operator<(const FileEntry &RHS) const { return UniqueID < RHS.UniqueID; }
128 std::map<llvm::sys::fs::UniqueID, DirectoryEntr
[all...]
/external/skia/src/core/
H A DSkTypeface.cpp109 uint32_t SkTypeface::UniqueID(const SkTypeface* face) { function in class:SkTypeface
117 return SkTypeface::UniqueID(facea) == SkTypeface::UniqueID(faceb);
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp113 uint32_t SkTypeface::UniqueID(const SkTypeface* face) { function in class:SkTypeface
121 return SkTypeface::UniqueID(facea) == SkTypeface::UniqueID(faceb);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h69 /// UniqueID - a numeric ID unique among all CUs in the module
70 unsigned UniqueID; member in class:llvm::DwarfUnit
206 unsigned getUniqueID() const { return UniqueID; }
/external/clang/lib/Lex/
H A DPTHLexer.cpp646 llvm::sys::fs::UniqueID UniqueID; member in class:__anon17948::PTHStatData
649 PTHStatData(uint64_t Size, time_t ModTime, llvm::sys::fs::UniqueID UniqueID, argument
651 : HasData(true), Size(Size), ModTime(ModTime), UniqueID(UniqueID),
687 llvm::sys::fs::UniqueID UniqueID(File, Device);
690 return data_type(Size, ModTime, UniqueID, IsDirectory);
725 Data.UniqueID
[all...]
/external/llvm/include/llvm/Support/
H A DFileSystem.h118 class UniqueID { class in namespace:llvm::sys::fs
123 UniqueID() {} function in class:llvm::sys::fs::UniqueID
124 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} function in class:llvm::sys::fs::UniqueID
125 bool operator==(const UniqueID &Other) const {
128 bool operator!=(const UniqueID &Other) const { return !(*this == Other); }
129 bool operator<(const UniqueID &Other) const {
199 UniqueID getUniqueID() const;
624 std::error_code getUniqueID(const Twine Path, UniqueID &Result);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 619 milliseconds