Home
last modified time | relevance | path

Searched defs:TypeArray (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Dauto_array.rs11 pub trait TypeArray { trait
23 impl TypeArray for $jni_type { impl
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Dauto_elements.rs108 pub trait TypeArray: type_array_sealed::TypeArraySealed {} trait
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/
Dcodes.go51 TypeArray const
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dty.rs604 impl Parse for TypeArray { implementation
1040 impl ToTokens for TypeArray { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dty.rs668 impl Parse for TypeArray { implementation
1138 impl ToTokens for TypeArray { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dty.rs604 impl Parse for TypeArray { implementation
1040 impl ToTokens for TypeArray { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dty.rs35 fn type_array(&mut self, ty: &TypeArray) { in type_array()
/aosp_15_r20/external/libconfig/lib/
H A Dlibconfig.h++169 TypeArray, enumerator
/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp991 … struct TypeArray : public Array<uint16_t, kTypeArraySize> // Array of record types for NSEC record struct in ot::Dns::Multicast::Core::Entry
993 void Add(uint16_t aType) { SuccessOrAssert(PushBack(aType)); } in Add()
/aosp_15_r20/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1638 typedef llvm::ArrayRef<llvm::Type*> TypeArray; typedef
/aosp_15_r20/external/llvm/lib/IR/
H A DDebugInfoMetadata.cpp340 Metadata *TypeArray, in getImpl()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/
H A Deq.rs1892 impl Eq for crate::TypeArray {} implementation
1895 impl PartialEq for crate::TypeArray { implementation
H A Dclone.rs1889 impl Clone for crate::TypeArray { implementation
H A Ddebug.rs2700 impl Debug for crate::TypeArray { implementation
2706 impl crate::TypeArray { implementation
H A Dhash.rs2433 impl Hash for crate::TypeArray { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/
H A Deq.rs1844 impl Eq for TypeArray {} implementation
1847 impl PartialEq for TypeArray { implementation
H A Dclone.rs1915 impl Clone for TypeArray { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/
Deq.rs1892 impl Eq for crate::TypeArray {} implementation
1895 impl PartialEq for crate::TypeArray { implementation
Dclone.rs1889 impl Clone for crate::TypeArray { implementation
Ddebug.rs2700 impl Debug for crate::TypeArray { implementation
2706 impl crate::TypeArray { implementation
Dhash.rs2433 impl Hash for crate::TypeArray { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfoMetadata.cpp471 uint8_t CC, Metadata *TypeArray, in getImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp416 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp425 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() local
/aosp_15_r20/external/llvm/unittests/IR/
H A DMetadataTest.cpp1255 MDTuple *TypeArray = getTuple(); in TEST_F() local

12