Home
last modified time | relevance | path

Searched refs:mock_channel_ (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1198 stub_(&mock_channel_), in GeneratedServiceTest()
1213 MockRpcChannel mock_channel_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest
1231 EXPECT_EQ(&mock_channel_, stub_.channel()); in TEST_F()
1309 ASSERT_TRUE(mock_channel_.called_); in TEST_F()
1311 EXPECT_EQ(foo_ , mock_channel_.method_ ); in TEST_F()
1312 EXPECT_EQ(&mock_controller_, mock_channel_.controller_); in TEST_F()
1313 EXPECT_EQ(&foo_request_ , mock_channel_.request_ ); in TEST_F()
1314 EXPECT_EQ(&foo_response_ , mock_channel_.response_ ); in TEST_F()
1315 EXPECT_EQ(done_.get() , mock_channel_.done_ ); in TEST_F()
1318 mock_channel_.Reset(); in TEST_F()
[all …]