Home
last modified time | relevance | path

Searched defs:Countable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/unittests/ADT/
H A DStringMapTest.cpp343 struct Countable { struct
344 int &InstanceCount;
345 int Number;
346 Countable(int Number, int &InstanceCount) in Countable() function
350 Countable(Countable &&C) : InstanceCount(C.InstanceCount), Number(C.Number) { in Countable() function
354 Countable(const Countable &C) in Countable() function
358 Countable &operator=(Countable C) { in operator =()
362 ~Countable() { --InstanceCount; } in ~Countable()
/aosp_15_r20/external/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.cc601 FreedrenoDriver::Countable::Countable(FreedrenoDriver *d, std::string name) in Countable() function in pps::FreedrenoDriver::Countable