HomeSort by relevance Sort by last modified time
    Searched refs:AllocatorConstructController (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
container_test_types.h 18 // name. These test types use the global 'AllocatorConstructController' to
30 // 'AllocatorConstructController' object.
32 // * 'AllocatorConstructController' - This type defines an interface for testing
45 // 'AllocatorConstructController' enforces the Singleton pattern since the
152 // AllocatorConstructController
155 struct AllocatorConstructController {
223 friend AllocatorConstructController* getConstructController();
224 AllocatorConstructController() { reset(); }
225 AllocatorConstructController(AllocatorConstructController const&)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
container_test_types.h 18 // name. These test types use the global 'AllocatorConstructController' to
30 // 'AllocatorConstructController' object.
32 // * 'AllocatorConstructController' - This type defines an interface for testing
45 // 'AllocatorConstructController' enforces the Singleton pattern since the
152 // AllocatorConstructController
155 struct AllocatorConstructController {
223 friend AllocatorConstructController* getConstructController();
224 AllocatorConstructController() { reset(); }
225 AllocatorConstructController(AllocatorConstructController const&)
    [all...]

Completed in 358 milliseconds