Searched refs:difference (Results 1 – 4 of 4) sorted by relevance
127 typename A::difference_type difference; in TestBrokenAllocator() local128 difference = 0; in TestBrokenAllocator()129 --difference; in TestBrokenAllocator()130 REQUIRE_MESSAGE(difference<0, "not an signed integral type?"); in TestBrokenAllocator()
35 that were created by different threads. A ``tick_count`` difference can
20 The following code demonstrates this difference:
187 Step 3 is the difference from the operation of ConcreteWorkItem::run.