Home
last modified time | relevance | path

Searched defs:is_any_of (Results 1 – 1 of 1) sorted by relevance

/art/compiler/jni/
Djni_compiler_test.cc116 struct is_any_of<T, U, Args ...> { struct
117 using value_type = bool;
118 static constexpr const bool value = std::is_same<T, U>::value || is_any_of<T, Args ...>::value;
122 struct is_any_of<T, U> { struct
123 using value_type = bool;
124 static constexpr const bool value = std::is_same<T, U>::value;