Searched refs:response_ (Results 1 – 8 of 8) sorted by relevance
38 this.response_ = eval('(' + json + ')');40 if (this.response_.refs) {41 for (var i = 0; i < this.response_.refs.length; i++) {42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];49 return this.response_;54 return this.response_.body;
34 this.response_ = eval('(' + json + ')');36 if (this.response_.refs) {37 for (var i = 0; i < this.response_.refs.length; i++) {38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];45 return this.response_;50 return this.response_.body;55 return this.response_.running;
52 this.response_ = eval('(' + json + ')');54 if (this.response_.refs) {55 for (var i = 0; i < this.response_.refs.length; i++) {56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];63 return this.response_;68 return this.response_.body;73 return this.response_.running;
66 : response_(response), in GeneratorResponseContext()73 CodeGeneratorResponse::File* file = response_->add_file(); in Open()80 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()91 CodeGeneratorResponse* response_; member in google::protobuf::compiler::GeneratorResponseContext
106 [response_ release];191 [response_ release];192 response_ = nil;199 returningResponse:&response_201 [response_ retain];210 return response_;
43 NSHTTPURLResponse *response_; // The response from the send (STRONG) variable
189 response_.resize(kNumObservations, kNumResponses); in NISTProblem()221 response_(i, j) = std::atof(pieces[j].c_str()); in NISTProblem()234 Matrix response() const { return response_; } in response()237 int response_size() const { return response_.cols(); } in response_size()244 Matrix response_; member in ceres::examples::NISTProblem
1077 response_(NULL), in MockTestService()1095 response_ = response; in Foo()1108 response_ = response; in Bar()1118 Message* response_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService1129 response_(NULL), in MockRpcChannel()1151 response_ = response; in CallMethod()1161 Message* response_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel1260 EXPECT_EQ(&foo_response_ , mock_service_.response_ ); in TEST_F()1314 EXPECT_EQ(&foo_response_ , mock_channel_.response_ ); in TEST_F()