Searched refs:insertion_point_ (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 81 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, insertion_point_), in protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto() 697 insertion_point_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in SharedCtor() 709 insertion_point_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in SharedDtor() 747 …insertion_point_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in Clear() 988 …insertion_point_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), f… in MergeFrom() 1025 insertion_point_.Swap(&other->insertion_point_); in InternalSwap() 1407 …insertion_point_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in clear_insertion_point() 1412 return insertion_point_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in insertion_point() 1416 insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_insertion_point() 1421 …insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::s… in set_insertion_point() [all …]
|
D | plugin.pb.h | 285 ::google::protobuf::internal::ArenaStringPtr insertion_point_; 619 …insertion_point_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in clear_insertion_point() 624 return insertion_point_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in insertion_point() 628 insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_insertion_point() 633 …insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::s… in set_insertion_point() 638 insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), in set_insertion_point() 645 …return insertion_point_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(… in mutable_insertion_point() 650 …return insertion_point_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(… in release_insertion_point() 658 …insertion_point_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),… in set_allocated_insertion_point()
|
D | command_line_interface.cc | 398 string insertion_point_; member in google::protobuf::compiler::CommandLineInterface::MemoryOutputStream 588 insertion_point_(insertion_point), in MemoryOutputStream() 599 if (insertion_point_.empty()) { in ~MemoryOutputStream() 634 "@@protoc_insertion_point($0)", insertion_point_); in ~MemoryOutputStream() 638 std::cerr << filename_ << ": insertion point \"" << insertion_point_ in ~MemoryOutputStream()
|