Home
last modified time | relevance | path

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

/external/libwebm/webm_parser/src/
Dblock_group_parser.h36 MakeChild<SignedIntParser>(Id::kReferenceBlock, in BlockGroupParser()
38 MakeChild<SignedIntParser>(Id::kDiscardPadding, in BlockGroupParser()
Dint_parser.h116 using SignedIntParser = IntParser<std::int64_t>; variable
/external/libwebm/webm_parser/tests/
Dint_parser_test.cc17 using webm::SignedIntParser;
63 class SignedIntParserTest : public ElementParserTest<SignedIntParser> {};