Home
last modified time | relevance | path

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

/external/libwebm/webm_parser/src/
Dancestory.h57 static bool ById(Id id, Ancestory* ancestory);
Dwebm_parser.cc99 if (did_seek_ && Ancestory::ById(child_metadata_.id, &ancestory)) { in Feed()
Dancestory.cc14 bool Ancestory::ById(Id id, Ancestory* ancestory) { in ById() function in webm::Ancestory
/external/libwebm/webm_parser/tests/
Dcluster_parser_test.cc195 ASSERT_TRUE(Ancestory::ById(child_metadata.id, &ancestory)); in TEST_F()
Dsegment_parser_test.cc358 ASSERT_TRUE(Ancestory::ById(flag_interlaced_metadata.id, &ancestory)); in TEST_F()