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

  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
destroy.pass.cpp 30 struct destroyable struct
32 destroyable() { ++count; } function in struct:destroyable
33 ~destroyable() { --count; }
42 std::is_same<decltype(a.destroy((destroyable*)nullptr)), void>::value,
46 destroyable * ptr = ::new (std::malloc(sizeof(destroyable))) destroyable();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
destroy.pass.cpp 29 struct destroyable struct
31 destroyable() { ++count; } function in struct:destroyable
32 ~destroyable() { --count; }
41 std::is_same<decltype(a.destroy((destroyable*)nullptr)), void>::value,
45 destroyable * ptr = ::new (std::malloc(sizeof(destroyable))) destroyable();
  /external/caliper/lib/
jersey-core-1.11.jar 

Completed in 89 milliseconds