/external/gmock/src/ |
gmock-spec-builders.cc | 381 const void* untyped_action = NULL; member in namespace:testing::internal 387 untyped_args, &untyped_action, &is_excessive, 399 untyped_action == NULL ? 401 this->UntypedPerformAction(untyped_action, untyped_args); 414 untyped_action == NULL ? 416 this->UntypedPerformAction(untyped_action, untyped_args);
|
/external/google-breakpad/src/testing/src/ |
gmock-spec-builders.cc | 381 const void* untyped_action = NULL; member in namespace:testing::internal 387 untyped_args, &untyped_action, &is_excessive, 399 untyped_action == NULL ? 401 this->UntypedPerformAction(untyped_action, untyped_args); 414 untyped_action == NULL ? 416 this->UntypedPerformAction(untyped_action, untyped_args);
|
/external/gmock/include/gmock/ |
gmock-spec-builders.h | 158 const void* untyped_action, 171 // untyped_action is set to point to the action that should be 177 const void** untyped_action, bool* is_excessive, [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-spec-builders.h | 154 const void* untyped_action, 167 // untyped_action is set to point to the action that should be 173 const void** untyped_action, bool* is_excessive, [all...] |