Searched refs:is_any_of (Results 1 – 1 of 1) sorted by relevance
/art/compiler/jni/ |
D | jni_compiler_test.cc | 133 struct is_any_of; 136 struct is_any_of<T, U, Args ...> { struct 138 static constexpr const bool value = std::is_same<T, U>::value || is_any_of<T, Args ...>::value; argument 142 struct is_any_of<T, U> { struct 153 is_any_of<T, jclass, jobject, jstring, jobjectArray, jintArray,
|