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

  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 381 const void* untyped_action = NULL; member in namespace:testing::internal
387 untyped_args, &untyped_action, &is_excessive,
398 untyped_action == NULL ?
400 this->UntypedPerformAction(untyped_action, untyped_args);
413 untyped_action == NULL ?
415 this->UntypedPerformAction(untyped_action, untyped_args);
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 154 const void* untyped_action,
166 // untyped_action is set to point to the action that should be
173 const void** untyped_action, bool* is_excessive,
    [all...]

Completed in 523 milliseconds