Searched refs:requireExactly (Results 1 – 6 of 6) sorted by relevance
154 if (DisableAllocations) g.requireExactly(0); in doAppendSourceAllocTest()165 if (DisableAllocations) g.requireExactly(0); in doAppendSourceAllocTest()
144 if (DisableAllocations) g.requireExactly(0); in doConcatSourceAllocTest()155 if (DisableAllocations) g.requireExactly(0); in doConcatSourceAllocTest()
156 g.requireExactly(0); in doConcatSourceAllocTest()170 g.requireExactly(0); in doConcatSourceAllocTest()
212 g.requireExactly(0); in doAppendSourceAllocTest()226 g.requireExactly(0); in doAppendSourceAllocTest()
468 void requireExactly(std::size_t N) { m_req_alloc = N; m_exactly = true; } in requireExactly() function
520 void requireExactly(std::size_t N) { m_req_alloc = N; m_exactly = true; } in requireExactly() function