Home
last modified time | relevance | path

Searched refs:found_ref (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/test/utils/
Dxml_printer.hpp68 std::map<char,char const*>::const_iterator found_ref = char_type.find( c ); in print_escaped() local
70 if( found_ref != char_type.end() ) in print_escaped()
71 where_to << '&' << found_ref->second << ';'; in print_escaped()
/third_party/ffmpeg/libavcodec/
Dcbs_vp9.h118 uint8_t found_ref[VP9_REFS_PER_FRAME]; member
Dcbs_vp9_syntax_template.c112 fs(1, found_ref[i], 1, i); in FUNC()
113 if (current->found_ref[i]) { in FUNC()
Dcbs_av1.h164 uint8_t found_ref[AV1_REFS_PER_FRAME]; member
Dcbs_av1_syntax_template.c530 flags(found_ref[i], 1, i); in FUNC()
531 if (current->found_ref[i]) { in FUNC()