• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/

Lines Matching refs:Entry

470 		// VorbisComment::Entry
473 VorbisComment::Entry::Entry()
478 VorbisComment::Entry::Entry(const char *field, unsigned field_length)
484 VorbisComment::Entry::Entry(const char *field)
490 VorbisComment::Entry::Entry(const char *field_name, const char *field_value, unsigned field_value_length)
496 VorbisComment::Entry::Entry(const char *field_name, const char *field_value)
502 VorbisComment::Entry::Entry(const Entry &entry)
509 VorbisComment::Entry &VorbisComment::Entry::operator=(const Entry &entry)
517 VorbisComment::Entry::~Entry()
522 bool VorbisComment::Entry::is_valid() const
527 unsigned VorbisComment::Entry::get_field_length() const
533 unsigned VorbisComment::Entry::get_field_name_length() const
539 unsigned VorbisComment::Entry::get_field_value_length() const
545 ::FLAC__StreamMetadata_VorbisComment_Entry VorbisComment::Entry::get_entry() const
551 const char *VorbisComment::Entry::get_field() const
557 const char *VorbisComment::Entry::get_field_name() const
563 const char *VorbisComment::Entry::get_field_value() const
569 bool VorbisComment::Entry::set_field(const char *field, unsigned field_length)
592 bool VorbisComment::Entry::set_field(const char *field)
597 bool VorbisComment::Entry::set_field_name(const char *field_name)
618 bool VorbisComment::Entry::set_field_value(const char *field_value, unsigned field_value_length)
641 bool VorbisComment::Entry::set_field_value(const char *field_value)
646 void VorbisComment::Entry::zero()
657 void VorbisComment::Entry::clear()
665 void VorbisComment::Entry::clear_entry()
674 void VorbisComment::Entry::clear_field_name()
683 void VorbisComment::Entry::clear_field_value()
692 void VorbisComment::Entry::construct(const char *field, unsigned field_length)
698 void VorbisComment::Entry::construct(const char *field)
703 void VorbisComment::Entry::construct(const char *field_name, const char *field_value, unsigned field_value_length)
709 void VorbisComment::Entry::construct(const char *field_name, const char *field_value)
714 void VorbisComment::Entry::compose_field()
733 void VorbisComment::Entry::parse_field()
795 VorbisComment::Entry VorbisComment::get_comment(unsigned index) const
799 return Entry((const char *)object_->data.vorbis_comment.comments[index].entry, object_->data.vorbis_comment.comments[index].length);
810 bool VorbisComment::set_comment(unsigned index, const VorbisComment::Entry &entry)
817 bool VorbisComment::insert_comment(unsigned index, const VorbisComment::Entry &entry)
824 bool VorbisComment::append_comment(const VorbisComment::Entry &entry)