Home | History | Annotate | Download | only in tests

Lines Matching refs:fID

113     CopyCounter() : fID(0), fCounter(nullptr) {}
115 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {}
118 : fID(other.fID)
125 fID = other.fID;
132 fID = other.fID;
138 return fID == other.fID;
142 uint32_t fID;