Home
last modified time | relevance | path

Searched refs:aID (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/ports/
H A DSkOSFile_posix.cpp67 SkFILEID aID, bID; in sk_fidentical() local
68 return sk_ino(a, &aID) && sk_ino(b, &bID) in sk_fidentical()
69 && aID.ino == bID.ino in sk_fidentical()
70 && aID.dev == bID.dev; in sk_fidentical()
H A DSkOSFile_win.cpp64 SkFILEID aID, bID; in sk_fidentical() local
65 return sk_ino(a, &aID) && sk_ino(b, &bID) in sk_fidentical()
66 && aID.fLsbSize == bID.fLsbSize in sk_fidentical()
67 && aID.fMsbSize == bID.fMsbSize in sk_fidentical()
68 && aID.fVolume == bID.fVolume; in sk_fidentical()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 25 milliseconds