Searched refs:BinaryParser (Results 1 – 8 of 8) sorted by relevance
15 using webm::BinaryParser;69 class BinaryParserTest : public ElementParserTest<BinaryParser> {};
31 using webm::BinaryParser;316 BinaryParser* binary_parser = new BinaryParser; in TEST_F()
27 MakeChild<BinaryParser>(Id::kBlockAdditional, &BlockMore::data)) {} in BlockMoreParser()
28 MakeChild<BinaryParser>(Id::kContentEncKeyId, in ContentEncryptionParser()
28 MakeChild<BinaryParser>(Id::kProjectionPrivate, in ProjectionParser()
30 MakeChild<BinaryParser>(Id::kTagBinary, &SimpleTag::binary),
45 MakeChild<BinaryParser>(Id::kCodecPrivate, in TrackEntryParser()
140 using BinaryParser = ByteParser<std::vector<std::uint8_t>>; variable