Home
last modified time | relevance | path

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

/external/libwebm/webm_parser/src/
Dmaster_value_parser.h159 class SingleChildFactory {
161 constexpr SingleChildFactory(Id id, Element<Value> T::*member) in SingleChildFactory() function
183 constexpr SingleChildFactory<Parser, Value, TagUseAsStart, Tags...>
190 constexpr SingleChildFactory<Parser, Value, TagNotifyOnParseComplete,
312 static SingleChildFactory<Parser, Value> MakeChild( in MakeChild()
318 return SingleChildFactory<Parser, Value>(id, member); in MakeChild()