Searched refs:array_type (Results 1 – 6 of 6) sorted by relevance
32 using array_type = jintArray; typedef34 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =36 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*, jint) =43 using array_type = jbyteArray; typedef45 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =47 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*, jint) =54 using array_type = jstring; typedef56 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =58 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*) =60 static constexpr jsize (JNIEnv::*const getArrayLength)(array_type) =[all …]
742 Type array_type = Type::ERROR; in evaluate() local752 if (array_type == Type::ERROR) { in evaluate()753 array_type = value->final_type_; in evaluate()754 } else if (!AidlBinaryConstExpression::AreCompatibleTypes(array_type, in evaluate()757 << ". Expecting type compatible with " << ToString(array_type); in evaluate()
619 ArrayType array_type = std::move(array_.value()); in ViewAsArrayBase() local622 array_ = std::move(array_type); in ViewAsArrayBase()627 bool AidlTypeSpecifier::MakeArray(ArrayType array_type) { in MakeArray() argument630 array_ = std::move(array_type); in MakeArray()634 if (auto fixed_size_array = std::get_if<FixedSizeArray>(&array_type); in MakeArray()
465 __attribute__((warn_unused_result)) bool MakeArray(ArrayType array_type);
292 %type<arrayType> array_type1116 array_type1121 | array_type '[' const_expr ']'1130 | array_type ignore_doc_comments
40 using array_type = T[elements]; variable75 array_type data_;