Searched refs:array_type (Results 1 – 7 of 7) 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 …]
821 Type array_type = Type::ERROR; in evaluate() local831 if (array_type == Type::ERROR) { in evaluate()832 array_type = value->final_type_; in evaluate()833 } else if (!AidlBinaryConstExpression::AreCompatibleArrayTypes(array_type, in evaluate()836 << ". Expecting type compatible with " << ToString(array_type); in evaluate()
625 ArrayType array_type = std::move(array_.value()); in ViewAsArrayBase() local628 array_ = std::move(array_type); in ViewAsArrayBase()633 bool AidlTypeSpecifier::MakeArray(ArrayType array_type) { in MakeArray() argument636 array_ = std::move(array_type); in MakeArray()640 if (auto fixed_size_array = std::get_if<FixedSizeArray>(&array_type); in MakeArray()
476 __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_;
129367 u8 array_type; member