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

  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 377 bool is_excessive = false; member in namespace:testing::internal
387 untyped_args, &untyped_action, &is_excessive,
394 const bool need_to_report_call = !found || is_excessive || LogIsVisible(INFO);
408 if (found && !is_excessive) {
423 } else if (is_excessive) {
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 168 // is_excessive is modified to indicate whether the call exceeds the
173 const void** untyped_action, bool* is_excessive,
    [all...]

Completed in 41 milliseconds