Home
last modified time | relevance | path

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

/external/libwebm/webm_parser/src/
Dmaster_parser.h150 using StdHashIdKeyType = std::underlying_type<Id>::type; variable
151 using StdHashId = std::hash<StdHashIdKeyType>;
156 using result_type = std::invoke_result<StdHashId, StdHashIdKeyType>::type;
163 return StdHashId::operator()(static_cast<StdHashIdKeyType>(id)); in operator()