| 1436 | return example_info_ != NULL ? *example_info_ : *default_instance_->example_info_; |
| 1437 | } |
| 1438 | inline ::PS::ExampleInfo* LoadDataReturn::mutable_example_info() { |
| 1439 | set_has_example_info(); |
| 1440 | if (example_info_ == NULL) example_info_ = new ::PS::ExampleInfo; |
| 1441 | return example_info_; |
| 1442 | } |
| 1443 | inline ::PS::ExampleInfo* LoadDataReturn::release_example_info() { |
| 1444 | clear_has_example_info(); |
| 1445 | ::PS::ExampleInfo* temp = example_info_; |