Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-type.hh570 hb_array_t<Type> as_array (unsigned int len) in as_array() function
572 hb_array_t<const Type> as_array (unsigned int len) const in as_array() function
682 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array() function
684 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array() function
734 hb_array_t< Type> as_array () { return hb_array (arrayZ, len); } in as_array() function
735 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, len); } in as_array() function
916 hb_array_t< Type> as_array () { return hb_array (arrayZ, get_length ()); } in as_array() function
917 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, get_length ()); } in as_array() function
1043 …hb_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->len)… in as_array() function
1044 …hb_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->len)… in as_array() function
H A Dhb-vector.hh180 array_t as_array () { return hb_array (arrayZ, length); } in as_array() function
181 c_array_t as_array () const { return hb_array (arrayZ, length); } in as_array() function
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/
Dmod.rs88 fn as_array(&self) -> &Self::Array; in as_array() method
106 fn as_array(&self) -> &Self::Array { in as_array() method
140 fn as_array(&self) -> &Self::Array { in as_array() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Das_array.hpp26 as_array( R& r ) in as_array() function
33 as_array( const Range& r ) in as_array() function
/aosp_15_r20/packages/modules/Virtualization/libs/dice/open_dice/src/
Ddice.rs218 pub fn as_array(&self) -> &[u8; PRIVATE_KEY_SEED_SIZE] { in as_array() method
245 pub fn as_array(&self) -> &[u8; PRIVATE_KEY_SIZE] { in as_array() method
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/include/
Devent_mask.h27 const uint8_t as_array[8]; member
Ddevice_features.h26 uint8_t as_array[8]; member
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DUnboxingFunctions.h16 std::array<T, N> as_array(const c10::List<c10::IValue>& list) { in as_array() function
/aosp_15_r20/external/openscreen/util/
H A Dyet_another_bit_vector.h93 uint64_t* as_array; member
/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/
Dconvert.rs63 macro_rules! as_array { macro
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/
Dedit.rs578 macro_rules! as_array { macro
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/value/
Dmod.rs424 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/value/
Dmod.rs453 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/value/
H A Dmod.rs425 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/value/
H A Dmod.rs425 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Ditem.rs250 pub fn as_array(&self) -> Option<&Array> { in as_array() method
Dvalue.rs110 pub fn as_array(&self) -> Option<&Array> { in as_array() method
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/
Daead_tests.rs458 let mut as_array = [0u8; aead::chacha20_poly1305_openssh::KEY_LEN]; in aead_chacha20_poly1305_openssh() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dvector.rs168 pub const fn as_array(&self) -> &[T; N] { in as_array() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dvector.rs168 pub const fn as_array(&self) -> &[T; N] { in as_array() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dvector.rs168 pub const fn as_array(&self) -> &[T; N] { in as_array() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dvector.rs168 pub const fn as_array(&self) -> &[T; N] { in as_array() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dvector.rs168 pub const fn as_array(&self) -> &[T; N] { in as_array() function
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/
Dvalue.rs168 pub fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method