Lines Matching defs:fID
195 CopyCounter() : fID(0), fCounter(nullptr) {}197 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {}200 : fID(other.fID)207 fID = other.fID;214 fID = other.fID;220 return fID == other.fID;224 uint32_t fID;