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

  /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...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 81 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, insertion_point_),
697 insertion_point_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
709 insertion_point_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
747 insertion_point_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
    [all...]
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...]
command_line_interface.cc 398 string insertion_point_; member in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
588 insertion_point_(insertion_point),
599 if (insertion_point_.empty()) {
634 "@@protoc_insertion_point($0)", insertion_point_);
638 std::cerr << filename_ << ": insertion point \"" << insertion_point_
    [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 177 milliseconds