Home
last modified time | relevance | path

Searched defs:getController (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libcxx/test/support/
Dcontrolled_allocators.h275 AllocController& getController() const { return *P; } in getController() function
318 AllocController& getController() const { return *P; } in getController() function
401 AllocController& getController() const { return *P; } in getController() function
481 AllocController& getController() const { return *P; } in getController() function
/external/libcxx/test/support/
Dcontrolled_allocators.hpp276 AllocController& getController() const { return *P; } in getController() function in CountingAllocator
319 AllocController& getController() const { return *P; } in getController() function in CountingAllocator
402 AllocController& getController() const { return *P; } in getController() function in MinAlignedAllocator
482 AllocController& getController() const { return *P; } in getController() function in NullAllocator
Dtest_memory_resource.hpp65 AllocController& getController() { return C; } in getController() function in TestResourceImp