Home | History | Annotate | Download | only in compiler

Lines Matching defs:insertion_point_

264   ::std::string* insertion_point_;
610 if (insertion_point_ != &::google::protobuf::internal::kEmptyString) {
611 insertion_point_->clear();
616 return *insertion_point_;
620 if (insertion_point_ == &::google::protobuf::internal::kEmptyString) {
621 insertion_point_ = new ::std::string;
623 insertion_point_->assign(value);
627 if (insertion_point_ == &::google::protobuf::internal::kEmptyString) {
628 insertion_point_ = new ::std::string;
630 insertion_point_->assign(value);
634 if (insertion_point_ == &::google::protobuf::internal::kEmptyString) {
635 insertion_point_ = new ::std::string;
637 insertion_point_->assign(reinterpret_cast<const char*>(value), size);
641 if (insertion_point_ == &::google::protobuf::internal::kEmptyString) {
642 insertion_point_ = new ::std::string;
644 return insertion_point_;
648 if (insertion_point_ == &::google::protobuf::internal::kEmptyString) {
651 ::std::string* temp = insertion_point_;
652 insertion_point_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
657 if (insertion_point_ != &::google::protobuf::internal::kEmptyString) {
658 delete insertion_point_;
662 insertion_point_ = insertion_point;
665 insertion_point_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);