HomeSort by relevance Sort by last modified time
    Searched refs:requireExactly (Results 1 - 3 of 3) 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);
  /external/libcxx/test/support/
count_new.hpp 304 void requireExactly(std::size_t N) { m_req_alloc = N; m_exactly = true; }

Completed in 200 milliseconds