Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1276 unittest::BarResponse bar_response_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest
1322 &bar_request_, &bar_response_, done_.get()); in TEST_F()
1334 &foo_request_, &bar_response_, done_.get()), in TEST_F()
1375 stub_.Bar(&mock_controller_, &bar_request_, &bar_response_, done_.get()); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc1385 bar_response_ = foo_file_->message_type(3); in SetUp()
1412 const Descriptor* bar_response_; member in google::protobuf::descriptor_unittest::ServiceDescriptorTest
1482 EXPECT_EQ(bar_response_, bar_->output_type()); in TEST_F()