Searched refs:FooBodyCount (Results 1 – 2 of 2) sorted by relevance
53 static std::atomic<int> FooBodyCount; variable88 --FooBodyCount; in ~FooBody()94 ++FooBodyCount; in FooBody()163 FooBodyCount = 1; in Flog()190 CHECK(FooBodyCount == 1); in Flog()
447 static std::atomic<long> FooBodyCount; variable479 FooBody() {++FooBodyCount;} in FooBody()484 --FooBodyCount; in ~FooBody()487 ++FooBodyCount; in FooBody()532 REQUIRE_MESSAGE( FooBodyCount==1, "Wrong initial BodyCount value" ); in TestSplitting()537 REQUIRE_MESSAGE( FooBodyCount==1, "Some copies of FooBody was not removed after reduction"); in TestSplitting()