HomeSort by relevance Sort by last modified time
    Searched defs:test_alloc_base (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/std/thread/futures/
test_allocator.h 20 class test_alloc_base class
28 int test_alloc_base::count = 0;
29 int test_alloc_base::throw_after = INT_MAX;
33 : public test_alloc_base
91 : public test_alloc_base
  /external/libcxx/test/support/
test_allocator.h 20 class test_alloc_base class
30 int test_alloc_base::count = 0;
31 int test_alloc_base::time_to_throw = 0;
32 int test_alloc_base::alloc_count = 0;
33 int test_alloc_base::throw_after = INT_MAX;
37 : public test_alloc_base
97 : public test_alloc_base
157 : public test_alloc_base
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 20 class test_alloc_base class
30 int test_alloc_base::count = 0;
31 int test_alloc_base::time_to_throw = 0;
32 int test_alloc_base::alloc_count = 0;
33 int test_alloc_base::throw_after = INT_MAX;
37 : public test_alloc_base
97 : public test_alloc_base
157 : public test_alloc_base
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 19 class test_alloc_base class
27 int test_alloc_base::count = 0;
28 int test_alloc_base::throw_after = INT_MAX;
32 : public test_alloc_base
90 : public test_alloc_base

Completed in 3954 milliseconds