Home
last modified time | relevance | path

Searched refs:requireExactly (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/
Dpath.append.pass.cpp144 if (DisableAllocations) g.requireExactly(0); in doAppendSourceAllocTest()
155 if (DisableAllocations) g.requireExactly(0); in doAppendSourceAllocTest()
Dpath.concat.pass.cpp145 if (DisableAllocations) g.requireExactly(0); in doConcatSourceAllocTest()
156 if (DisableAllocations) g.requireExactly(0); in doConcatSourceAllocTest()
/external/libcxx/test/support/
Dcount_new.hpp304 void requireExactly(std::size_t N) { m_req_alloc = N; m_exactly = true; } in requireExactly() function