Home
last modified time | relevance | path

Searched defs:CueSheet (Results 1 – 2 of 2) sorted by relevance

/external/flac/include/FLAC++/
Dmetadata.h775 inline CueSheet(const CueSheet &object): Prototype(object) { } in CueSheet() function
776 inline CueSheet(const ::FLAC__StreamMetadata &object): Prototype(object) { } in CueSheet() function
777 inline CueSheet(const ::FLAC__StreamMetadata *object): Prototype(object) { } in CueSheet() function
783 inline CueSheet(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in CueSheet() function
/external/flac/src/libFLAC++/
Dmetadata.cpp1029 CueSheet::CueSheet(): in CueSheet() function in FLAC::Metadata::CueSheet