Lines Matching defs:soname
918 /// Getter for the soname property of the corpus.
924 /// @return the soname property of the corpus.
927 {return priv_->soname;}
929 /// Setter for the soname property of the corpus.
935 /// @param soname the new soname property of the corpus.
937 corpus::set_soname(const string& soname)
938 {priv_->soname = soname;}
967 /// - the soname is empty
987 && priv_->soname.empty()