Searched refs:OneArg (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-arithmetic_test.cc | 983 MOCK_METHOD1(OneArg, int(int y)); 999 ON_CALL(helper, OneArg).WillByDefault(Return(20)); in TEST() 1003 EXPECT_EQ(20, helper.OneArg(1)); in TEST() 1007 EXPECT_CALL(helper, OneArg).WillOnce(Return(100)); in TEST() 1008 EXPECT_CALL(helper, OneArg(17)).WillOnce(Return(200)); in TEST() 1012 EXPECT_EQ(100, helper.OneArg(1)); in TEST() 1013 EXPECT_EQ(200, helper.OneArg(17)); in TEST()
|
| H A D | gmock-more-actions_test.cc | 444 TEST(WithArgTest, OneArg) { in TEST() argument 537 TEST(DeleteArgActionTest, OneArg) { in TEST() argument
|
| H A D | gmock-actions_test.cc | 1481 TEST(WithArgsTest, OneArg) { in TEST() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 949 OneArg = 0x02, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclarationName.h | 177 StoredObjCOneArgSelector = Selector::OneArg,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 537 if (IIF == OneArg) in getNumArgs()
|