Home
last modified time | relevance | path

Searched refs:set_comment (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/zip/src/
Dwrite.rs213 pub fn set_comment<S>(&mut self, comment: S) in set_comment() method
750 writer.set_comment("ZIP"); in write_empty_zip()
/external/flac/include/FLAC++/
Dmetadata.h697 bool set_comment(uint32_t index, const Entry &entry);
/external/flac/src/libFLAC++/
Dmetadata.cpp908 bool VorbisComment::set_comment(uint32_t indx, const VorbisComment::Entry &entry) in set_comment() function in FLAC::Metadata::VorbisComment
/external/flac/src/test_libFLAC++/
Dmetadata_object.cpp1389 if(!block.set_comment(0, entry2)) in test_metadata_object_vorbiscomment()