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

  /external/google-breakpad/src/testing/test/
gmock-generated-function-mockers_test.cc 66 using testing::DoDefault;
176 .WillOnce(DoDefault())
232 .WillOnce(DoDefault());
gmock-actions_test.cc 61 using testing::DoDefault;
613 // Tests that DoDefault() does the default action for the mock method.
628 // Tests that DoDefault() returns the built-in default value for the
633 .WillOnce(DoDefault());
637 // Tests that DoDefault() aborts the process when there is no built-in
642 .WillRepeatedly(DoDefault());
648 // Tests that using DoDefault() inside a composite action leads to a
657 DoDefault()));
668 // Tests that DoDefault() returns the default value set by
674 .WillOnce(DoDefault());
    [all...]
gmock_stress_test.cc 163 .WillRepeatedly(DoDefault());
gmock_link_test.h 59 // DoDefault
135 using testing::DoDefault;
388 // Tests the linkage of the DoDefault action.
394 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(DoDefault());
gmock-spec-builders_test.cc 75 using testing::DoDefault;
    [all...]
  /external/googletest/googlemock/test/
gmock_stress_test.cc 83 .WillRepeatedly(DoDefault());
gmock-actions_test.cc 65 using testing::DoDefault;
689 // Tests that DoDefault() does the default action for the mock method.
708 // Tests that DoDefault() returns the built-in default value for the
713 .WillOnce(DoDefault());
717 // Tests that DoDefault() throws (when exceptions are enabled) or aborts
722 .WillRepeatedly(DoDefault());
732 // Tests that using DoDefault() inside a composite action leads to a
741 DoDefault()));
752 // Tests that DoDefault() returns the default value set by
758 .WillOnce(DoDefault());
    [all...]
gmock-function-mocker_test.cc 56 using testing::DoDefault;
198 .WillOnce(DoDefault())
254 .WillOnce(DoDefault());
gmock-generated-function-mockers_test.cc 57 using testing::DoDefault;
201 .WillOnce(DoDefault())
256 .WillOnce(DoDefault());
gmock_link_test.h 58 // DoDefault
138 using testing::DoDefault;
393 // Tests the linkage of the DoDefault action.
399 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(DoDefault());
gmock-spec-builders_test.cc 75 using testing::DoDefault;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/
LoopPassManagerTest.cpp 41 using testing::DoDefault;
352 .WillOnce(DoDefault())
359 .WillOnce(DoDefault())
362 .WillOnce(DoDefault())
387 .WillOnce(DoDefault());
390 .WillOnce(DoDefault());
393 .WillOnce(DoDefault());
396 .WillOnce(DoDefault());
410 .WillOnce(DoDefault());
417 .WillOnce(DoDefault());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
PassBuilderCallbacksTest.cpp 35 using testing::DoDefault;
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 303 // Returns true iff this is the DoDefault() action.
315 "You are using DoDefault() inside a composite action like "
628 // Implements the polymorphic DoDefault() action.
631 // This template type conversion operator allows DoDefault() to be
    [all...]
gmock-spec-builders.h 319 "DoDefault() cannot be used in ON_CALL().");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 381 // Returns true iff this is the DoDefault() action.
401 // fun_ is an empty function iff this is the DoDefault() action.
721 // Implements the polymorphic DoDefault() action.
724 // This template type conversion operator allows DoDefault() to be
    [all...]
gmock-spec-builders.h 328 "DoDefault() cannot be used in ON_CALL().");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 378 // Returns true iff this is the DoDefault() action.
390 "You are using DoDefault() inside a composite action like "
746 // Implements the polymorphic DoDefault() action.
749 // This template type conversion operator allows DoDefault() to be
    [all...]
gmock-spec-builders.h 323 "DoDefault() cannot be used in ON_CALL().");
    [all...]

Completed in 849 milliseconds