Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.cc67 : response_(response), in GeneratorResponseContext()
74 CodeGeneratorResponse::File* file = response_->add_file(); in Open()
81 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()
92 CodeGeneratorResponse* response_; member in google::protobuf::compiler::GeneratorResponseContext
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1133 response_(NULL), in MockTestService()
1151 response_ = response; in Foo()
1164 response_ = response; in Bar()
1174 Message* response_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService
1185 response_(NULL), in MockRpcChannel()
1207 response_ = response; in CallMethod()
1217 Message* response_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1316 EXPECT_EQ(&foo_response_ , mock_service_.response_ ); in TEST_F()
1370 EXPECT_EQ(&foo_response_ , mock_channel_.response_ ); in TEST_F()