Searched refs:OneArg (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-more-actions_test.cc | 482 TEST(WithArgTest, OneArg) { in TEST() argument 580 TEST(DeleteArgActionTest, OneArg) { in TEST() argument
|
| H A D | gmock-matchers_test.cc | 3125 MOCK_METHOD1(OneArg, int(int y)); 3140 ON_CALL(helper, OneArg).WillByDefault(Return(20)); in TEST() 3144 EXPECT_EQ(20, helper.OneArg(1)); in TEST() 3148 EXPECT_CALL(helper, OneArg).WillOnce(Return(100)); in TEST() 3149 EXPECT_CALL(helper, OneArg(17)).WillOnce(Return(200)); in TEST() 3153 EXPECT_EQ(100, helper.OneArg(1)); in TEST() 3154 EXPECT_EQ(200, helper.OneArg(17)); in TEST()
|
| H A D | gmock-generated-actions_test.cc | 283 TEST(WithArgsTest, OneArg) { in TEST() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 694 OneArg = 0x02, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclarationName.h | 178 StoredObjCOneArgSelector = Selector::OneArg,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 484 if (IIF == OneArg) in getNumArgs()
|