Searched refs:getController (Results 1 – 5 of 5) sorted by relevance
44 auto& P1 = R1.getController(); in main()48 auto& P2 = R2.getController(); in main()61 auto& P1 = R1.getController(); in main()65 auto& P2 = R2.getController(); in main()78 auto& P1 = R1.getController(); in main()82 auto& P2 = R2.getController(); in main()
38 auto& P = R.getController(); in main()76 auto& P2 = R2.getController(); in main()
37 auto& P = R.getController(); in main()
276 AllocController& getController() const { return *P; } in getController() function in CountingAllocator319 AllocController& getController() const { return *P; } in getController() function in CountingAllocator329 return &x.getController() == &y.getController(); in operator ==()402 AllocController& getController() const { return *P; } in getController() function in MinAlignedAllocator434 return &x.getController() == &y.getController(); in operator ==()482 AllocController& getController() const { return *P; } in getController() function in NullAllocator492 return &x.getController() == &y.getController(); in operator ==()
65 AllocController& getController() { return C; } in getController() function in TestResourceImp