HomeSort by relevance Sort by last modified time
    Searched refs:insertion_point_ (Results 1 - 8 of 8) 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...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 264 ::std::string* insertion_point_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
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)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 264 ::std::string* insertion_point_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
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)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 264 ::std::string* insertion_point_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
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)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h 264 ::std::string* insertion_point_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
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)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h 285 ::google::protobuf::internal::ArenaStringPtr insertion_point_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
619 insertion_point_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
624 return insertion_point_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
628 insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
633 insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
638 insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
645 return insertion_point_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
650 return insertion_point_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
658 insertion_point_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), insertion_point);
    [all...]

Completed in 1896 milliseconds