Searched refs:requireExactly (Results 1 – 3 of 3) 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()
468 void requireExactly(std::size_t N) { m_req_alloc = N; m_exactly = true; } in requireExactly() function