Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/borrowck/
Dissue-54597-reject-move-out-of-borrow-via-pat.rs6 fn as_array(&self) -> Option<&Vec<Value>> { in as_array() method
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-vector.hh155 hb_array_t< Type> as_array () { return hb_array (arrayZ, length); } in as_array() function
156 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, length); } in as_array() function
327 …hb_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->leng… in as_array() function
328 …hb_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->leng… in as_array() function
Dhb-open-type.hh468 hb_array_t<Type> as_array (unsigned int len) in as_array() function
470 hb_array_t<const Type> as_array (unsigned int len) const in as_array() function
576 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array() function
578 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array() function
626 hb_array_t< Type> as_array () { return hb_array (arrayZ, len); } in as_array() function
627 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, len); } in as_array() function
800 hb_array_t< Type> as_array () { return hb_array (arrayZ, get_length ()); } in as_array() function
801 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, get_length ()); } in as_array() function
914 …hb_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->len)… in as_array() function
915 …hb_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->len)… in as_array() function
/third_party/skia/m133/third_party/externals/harfbuzz/src/
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
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
/third_party/rust/rust/library/portable-simd/crates/core_simd/src/
Dvector.rs162 pub const fn as_array(&self) -> &[T; N] { in as_array() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs3822 pub fn as_array(&self, db: &dyn HirDatabase) -> Option<(Type, usize)> { in as_array() method