Searched refs:insertion_point_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h264 ::std::string* insertion_point_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
610 if (insertion_point_ != &::google::protobuf::internal::GetEmptyString()) {
611 insertion_point_->clear();
616 return *insertion_point_;
620 if (insertion_point_ == &::google::protobuf::internal::GetEmptyString()) {
621 insertion_point_ = new ::std::string;
623 insertion_point_->assign(value);
627 if (insertion_point_ == &::google::protobuf::internal::GetEmptyString()) {
628 insertion_point_ = new ::std::string;
630 insertion_point_
[all...]
H A Dplugin.pb.cc80 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, insertion_point_),
505 insertion_point_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyString());
518 if (insertion_point_ != &::google::protobuf::internal::GetEmptyString()) {
519 delete insertion_point_;
557 if (insertion_point_ != &::google::protobuf::internal::GetEmptyString()) {
558 insertion_point_->clear();
802 std::swap(insertion_point_, other->insertion_point_);
H A Dcommand_line_interface.cc288 string insertion_point_; member in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
460 insertion_point_(insertion_point),
471 if (insertion_point_.empty()) {
500 "@@protoc_insertion_point($0)", insertion_point_);
504 cerr << filename_ << ": insertion point \"" << insertion_point_
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h258 ::std::string* insertion_point_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
559 if (insertion_point_ != &_default_insertion_point_) {
560 insertion_point_->clear();
565 return *insertion_point_;
569 if (insertion_point_ == &_default_insertion_point_) {
570 insertion_point_ = new ::std::string;
572 insertion_point_->assign(value);
576 if (insertion_point_ == &_default_insertion_point_) {
577 insertion_point_ = new ::std::string;
579 insertion_point_
[all...]
H A Dplugin.pb.cc74 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, insertion_point_),
500 insertion_point_ = const_cast< ::std::string*>(&_default_insertion_point_);
513 if (insertion_point_ != &_default_insertion_point_) {
514 delete insertion_point_;
551 if (insertion_point_ != &_default_insertion_point_) {
552 insertion_point_->clear();
796 std::swap(insertion_point_, other->insertion_point_);
H A Dcommand_line_interface.cc272 string insertion_point_; member in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
441 insertion_point_(insertion_point),
452 if (insertion_point_.empty()) {
481 "@@protoc_insertion_point($0)", insertion_point_);
485 cerr << filename_ << ": insertion point \"" << insertion_point_

Completed in 530 milliseconds