Home
last modified time | relevance | path

Searched refs:remove_entries_matching (Results 1 – 3 of 3) sorted by relevance

/external/flac/oss-fuzz/
Dmetadata.cc433 vorbiscomment->remove_entries_matching("TEST"); in run_tests_with_level_2_interface()
/external/flac/include/FLAC++/
Dmetadata.h718 int remove_entries_matching(const char *field_name);
/external/flac/src/libFLAC++/
Dmetadata.cpp953 int VorbisComment::remove_entries_matching(const char *field_name) in remove_entries_matching() function in FLAC::Metadata::VorbisComment