Home
last modified time | relevance | path

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

/aosp12/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h301 TypedCheck(); in CompleteArgument()
347 void TypedCheck(typename std::enable_if<std::is_same<Unit, T>::value>::type* = 0) {
352 void TypedCheck() {} in TypedCheck() function