Searched refs:OneArg (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-arithmetic_test.cc | 1166 MOCK_METHOD1(OneArg, int(int y)); 1182 ON_CALL(helper, OneArg).WillByDefault(Return(20)); in TEST() 1186 EXPECT_EQ(20, helper.OneArg(1)); in TEST() 1190 EXPECT_CALL(helper, OneArg).WillOnce(Return(100)); in TEST() 1191 EXPECT_CALL(helper, OneArg(17)).WillOnce(Return(200)); in TEST() 1195 EXPECT_EQ(100, helper.OneArg(1)); in TEST() 1196 EXPECT_EQ(200, helper.OneArg(17)); in TEST()
|
| H A D | gmock-more-actions_test.cc | 455 TEST(WithArgTest, OneArg) { in TEST() argument 576 TEST(DeleteArgActionTest, OneArg) { in TEST() argument
|
| H A D | gmock-actions_test.cc | 1529 TEST(WithArgsTest, OneArg) { in TEST() argument
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclarationName.h | 177 StoredObjCOneArgSelector = Selector::OneArg,
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 975 OneArg = 0x02, enumerator
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 538 if (IIF == OneArg) in getNumArgs()
|