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

  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/
path.append.pass.cpp 144 if (DisableAllocations) g.requireExactly(0);
155 if (DisableAllocations) g.requireExactly(0);
path.concat.pass.cpp 145 if (DisableAllocations) g.requireExactly(0);
156 if (DisableAllocations) g.requireExactly(0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/
path.append.pass.cpp 144 if (DisableAllocations) g.requireExactly(0);
155 if (DisableAllocations) g.requireExactly(0);
path.concat.pass.cpp 145 if (DisableAllocations) g.requireExactly(0);
156 if (DisableAllocations) g.requireExactly(0);
  /external/libcxx/test/support/
count_new.hpp 309 void requireExactly(std::size_t N) { m_req_alloc = N; m_exactly = true; }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
count_new.hpp 309 void requireExactly(std::size_t N) { m_req_alloc = N; m_exactly = true; }

Completed in 246 milliseconds