HomeSort by relevance Sort by last modified time
    Searched full:state_after (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 395 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/
profiledata_unittest.cc 395 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 595 milliseconds