Searched refs:FLACParser (Results 1 – 2 of 2) sorted by relevance
53 class FLACParser;77 FLACParser *mParser;89 class FLACParser { class96 explicit FLACParser(103 virtual ~FLACParser();172 FLACParser(const FLACParser &);173 FLACParser &operator=(const FLACParser &);232 FLAC__StreamDecoderReadStatus FLACParser::read_callback( in read_callback()236 return ((FLACParser *) client_data)->readCallback(buffer, bytes); in read_callback()239 FLAC__StreamDecoderSeekStatus FLACParser::seek_callback( in seek_callback()[all …]
28 class FLACParser; variable47 FLACParser *mParser;