HomeSort by relevance Sort by last modified time
    Searched full:insertion_point_ (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 262 ::std::string* insertion_point_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
628 if (insertion_point_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
629 insertion_point_->clear();
635 return *insertion_point_;
639 if (insertion_point_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
640 insertion_point_ = new ::std::string;
642 insertion_point_->assign(value);
647 if (insertion_point_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
648 insertion_point_ = new ::std::string;
650 insertion_point_->assign(value)
    [all...]
plugin.pb.cc 80 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, insertion_point_),
525 insertion_point_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
539 if (insertion_point_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
540 delete insertion_point_;
578 if (insertion_point_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
579 insertion_point_->clear();
843 std::swap(insertion_point_, other->insertion_point_);
    [all...]
command_line_interface.cc 291 string insertion_point_; member in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
473 insertion_point_(insertion_point),
484 if (insertion_point_.empty()) {
517 "@@protoc_insertion_point($0)", insertion_point_);
521 cerr << filename_ << ": insertion point \"" << insertion_point_
    [all...]

Completed in 239 milliseconds