Searched refs:state_before (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc378 ProfileData::State state_before; local
379 collector_.GetCurrentState(&state_before);
380 EXPECT_FALSE(state_before.enabled);
381 EXPECT_EQ(0, state_before.samples_gathered);
382 EXPECT_EQ(0, state_before.start_time);
383 EXPECT_STREQ("", state_before.profile_name);
398 ExpectSameState(state_before, state_after);
456 ProfileData::State state_before; local
457 collector_.GetCurrentState(&state_before);
464 ExpectSameState(state_before, state_afte
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc378 ProfileData::State state_before; local
379 collector_.GetCurrentState(&state_before);
380 EXPECT_FALSE(state_before.enabled);
381 EXPECT_EQ(0, state_before.samples_gathered);
382 EXPECT_EQ(0, state_before.start_time);
383 EXPECT_STREQ("", state_before.profile_name);
398 ExpectSameState(state_before, state_after);
456 ProfileData::State state_before; local
457 collector_.GetCurrentState(&state_before);
464 ExpectSameState(state_before, state_afte
[all...]

Completed in 2557 milliseconds