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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc395 ProfileData::State state_after; local
396 collector_.GetCurrentState(&state_after);
398 ExpectSameState(state_before, state_after);
462 ProfileData::State state_after; local
463 collector_.GetCurrentState(&state_after);
464 ExpectSameState(state_before, state_after);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc395 ProfileData::State state_after; local
396 collector_.GetCurrentState(&state_after);
398 ExpectSameState(state_before, state_after);
462 ProfileData::State state_after; local
463 collector_.GetCurrentState(&state_after);
464 ExpectSameState(state_before, state_after);

Completed in 63 milliseconds