Searched refs:fileName_ (Results 1 - 9 of 9) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DSourceContext.cs65 fileName_ = other.fileName_;
74 private string fileName_ = ""; field in class:Google.Protobuf.WellKnownTypes.SourceContext
80 get { return fileName_; }
82 fileName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
/external/ImageMagick/Magick++/lib/Magick++/
H A DMontage.h37 void fileName(const std::string &fileName_);
H A DOptions.h101 void fileName(const std::string &fileName_);
H A DImage.h231 void fileName(const std::string &fileName_);
H A DSTL.h1462 fileNameImage( const std::string &fileName_ );
/external/ImageMagick/Magick++/lib/
H A DMontage.cpp50 void Magick::Montage::fileName(const std::string &fileName_) argument
52 _fileName=fileName_;
H A DOptions.cpp224 void Magick::Options::fileName(const std::string &fileName_) argument
226 fileName_.copy(_imageInfo->filename,MagickPathExtent-1);
227 if (fileName_.length() > MagickPathExtent-1)
230 _imageInfo->filename[fileName_.length()]=0;
H A DSTL.cpp1335 Magick::fileNameImage::fileNameImage( const std::string &fileName_ )
1336 : _fileName( fileName_ )
H A DImage.cpp768 void Magick::Image::fileName(const std::string &fileName_) argument
772 fileName_.copy(image()->filename,sizeof(image()->filename)-1);
773 image()->filename[fileName_.length()]=0; // Null terminate
775 options()->fileName(fileName_);

Completed in 214 milliseconds