Home
last modified time | relevance | path

Searched refs:is_parsing_error (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libwebm/webm_parser/include/webm/
H A Dstatus.h155 constexpr bool is_parsing_error() const { in is_parsing_error() function
/aosp_15_r20/external/libwebm/webm_parser/src/
H A Dwebm_parser.cc267 if (parsing_status_.is_parsing_error()) { in Feed()